← All docs

realpath_cache_size() — internals

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

realpath_cache_size() — internals

Where it lives

Lowering notes

  • Lowers realpath_cache_size() to zero because elephc has no realpath cache.

Runtime helpers

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

Signature summary

function realpath_cache_size(): int

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references