← 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
- Signature:
src/builtins/io/realpath_cache_size.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:3706 (lower_realpath_cache_size) - Function symbol:
lower_realpath_cache_size()
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)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/filesystem/realpath_cache_size.rs(eval_builtin!) - Dispatch hooks:
direct,values