← All docs

stream_get_filters() — internals

Compiler internals for stream_get_filters(): lowering path, type checks, and runtime helpers.

stream_get_filters() — internals

Where it lives

Lowering notes

  • Lowers stream_get_filters() to the static built-in filter list.

Runtime helpers

No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.

Signature summary

function stream_get_filters(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references