← All docs
stream_bucket_append() — internals
Compiler internals for stream_bucket_append(): lowering path, type checks, and runtime helpers.
stream_bucket_append() — internals
Where it lives
- Signature:
src/builtins/io/stream_bucket_append.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:2062 (lower_stream_bucket_append_or_prepend) - Function symbol:
lower_stream_bucket_append_or_prepend()
Lowering notes
- Lowers
stream_bucket_appendandstream_bucket_prependover the_bucketsarray.
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function stream_bucket_append(mixed $brigade, mixed $bucket): void
What the type checker enforces
- Arity: takes exactly 2 arguments.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/filesystem/stream_bucket_append.rs(eval_builtin!) - Dispatch hooks:
direct,values