← All docs

stream_get_transports() — internals

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

stream_get_transports() — internals

Where it lives

Lowering notes

  • Lowers stream_get_transports() to the static transport list.

Runtime helpers

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

Signature summary

function stream_get_transports(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references