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