code wiki / _hdl_build / nx_eng_repro_findfirst_gate.nx

nx_eng_repro_findfirst_gate.nx

buildroot/runtime/_hdl_build/nx_eng_repro_findfirst_gate.nx

475 B9 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/prooftopic eng
docsdependenciesstructsconstsfunctions

about

EMITTED by nx_engineer_reproduce -- applies find-existing-first. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_eng_repro_findfirst_gate.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main ex sys_openat_rd sys_close sys_exit

structs

none

consts

none

functions

3func ex(name: *u8) -> i64 { let fd: i64=sys_openat_rd(name); if fd>=0 { sys_close(fd); return 1 } return 0 }
called by 1: main calls 2: sys_openat_rdsys_close
4func main() -> i64
calls 2: exsys_exit