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