← All docs
stream_get_transports() — internals
Compiler internals for stream_get_transports(): lowering path, type checks, and runtime helpers.
stream_get_transports() — internals
Where it lives
- Signature:
src/builtins/io/stream_get_transports.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:1475 (lower_stream_get_transports) - Function symbol:
lower_stream_get_transports()
Lowering notes
- Lowers
stream_get_transports()to the static transport list.
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function stream_get_transports(): array
What the type checker enforces
- Arity: takes no arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/string/stream_get_transports.rs(eval_builtin!) - Dispatch hooks:
direct,values