← All docs
stream_context_get_params() — internals
Compiler internals for stream_context_get_params(): lowering path, type checks, and runtime helpers.
stream_context_get_params() — internals
Where it lives
- Signature:
src/builtins/io/stream_context_get_params.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:1289 (lower_stream_context_get_params) - Function symbol:
lower_stream_context_get_params()
Lowering notes
- Lowers
stream_context_get_params(context)to an empty associative hash.
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function stream_context_get_params(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_params.rs(eval_builtin!) - Dispatch hooks:
direct,values