← All docs

sys_get_temp_dir() — internals

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

sys_get_temp_dir() — internals

Where it lives

Lowering notes

  • Lowers sys_get_temp_dir() as the project’s hardcoded /tmp string.

Runtime helpers

The following runtime helpers are referenced:

  • __rt_tmpfile

Signature summary

function sys_get_temp_dir(): string

What the type checker enforces

  • Arity: takes no arguments.

Eval interpreter (magician)

Cross-references