code wiki / _hdl_build / nx_site_handoff_gate.nx
nx_site_handoff_gate.nx
buildroot/runtime/_hdl_build/nx_site_handoff_gate.nx
about
nx_site_handoff_gate.nx -- referee for R-HANDOFF (nx_site_handoff). Reads the artifacts the wrapper produced:
(1) the emitted .site blueprint (from the factory .req, ecommerce archetype), (2) the docroot nx_site_build
REBUILT from that blueprint (proving the PRODUCTION editor stack -- siteedit/save/preview/publish -- can own
and customize the factory's output), (3) negative-control exit codes (unknown archetype refused, missing brief
refused). GREEN iff 6/6. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
imports: nx_gate.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 8 | func hg_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 9 | func hg_has(hay: *u8, hn: i64, needle: *u8) -> i64 |
| 17 | func hg_count(hay: *u8, hn: i64, needle: *u8) -> i64 |
| 26 | func hg_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 } |
| 28 | func main() -> i64 |