← All docs

realpath_cache_get() — internals

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

realpath_cache_get() — internals

Where it lives

Lowering notes

  • Lowers realpath_cache_get() to elephc’s empty realpath-cache view.

Runtime helpers

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

Signature summary

function realpath_cache_get(): array

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references