code wiki / _hdl_build / nx_site_build_gate.nx

nx_site_build_gate.nx

buildroot/runtime/_hdl_build/nx_site_build_gate.nx

6146 B95 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind gate/prooftopic site
docsdependenciesstructsconstsfunctions

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_gate_base.nx nx_gate.nx nx_site_build_gate.nx

imports: nx_gate_gn.nxnx_gate_base.nxnx_gate.nx

imported by: nobody (leaf or entry point)

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

main sys_read_file sys_openat_rd sys_lseek sys_mmap sys_read sys_close g_navok g_has g_slen g_has ↻ gw sys_write g_row gw ↻ gn sys_openat_append

structs

none

consts

none

functions

11func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
13func g_has(hay: *u8, hn: i64, needle: *u8) -> i64
26func g_navok(hay: *u8, hn: i64) -> i64
32func g_row(name: *u8, ok: i64) -> i64 { gw(" " as *u8); gw(name); if ok==1 { gw(" PASS\n" as *u8) } else { gw(" FAIL\n" as *u8) } return 0 }
34func main() -> i64