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