← All docs
fileatime() — internals
Compiler internals for fileatime(): lowering path, type checks, and runtime helpers.
fileatime() — internals
Where it lives
- Signature:
src/builtins/io/fileatime.rs - Lowering:
src/codegen/lower_inst/builtins/io.rs:5464 (lower_fileatime) - Function symbol:
lower_fileatime()
Lowering notes
- Lowers
fileatime(path)and boxes the runtime integer-or-false result.
Runtime helpers
The following runtime helpers are referenced:
__rt_fileatime__rt_filectime__rt_fileowner__rt_fileperms
Signature summary
function fileatime(string $filename): mixed
What the type checker enforces
- Arity: takes exactly 1 argument.
Eval interpreter (magician)
- Declaration:
crates/elephc-magician/src/interpreter/builtins/filesystem/fileatime.rs(eval_builtin!) - Dispatch hooks:
direct,values