← All docs
stream_context_get_options() — internals
Compiler internals for stream_context_get_options(): lowering path, type checks, and runtime helpers.
stream_context_get_options() — internals
Where it lives
- Signature:
src/builtins/io/stream_context_get_options.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:1250 (lower_stream_context_get_options) - Function symbol:
lower_stream_context_get_options()
Lowering notes
- Lowers
stream_context_get_options(context).
Runtime helpers
The following runtime helpers are referenced:
__rt_hash_new__rt_incref
Signature summary
function stream_context_get_options(resource $context): array
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/filesystem/stream_context_get_options.rs(eval_builtin!) - Dispatch hooks:
direct,values