code wiki / _hdl_build / nx_site_wholesale_gate.nx
nx_site_wholesale_gate.nx
buildroot/runtime/_hdl_build/nx_site_wholesale_gate.nx
about
nx_site_wholesale_gate.nx -- referee for R-SITESHAPE (nx_site_wholesale). Reads the artifacts the wrapper
produced by emitting the andelinwest `site:` graph from the LIVE corpus: proves the whole site re-emits
wholesale -- same relative page paths (subdir preserved), the SITE'S OWN nav (not the factory default),
seq-faithful sections, complete page set + sitemap -- and a bogus key is refused (no fabrication).
GREEN iff 7/7. 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 wg_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 9 | func wg_has(hay: *u8, hn: i64, needle: *u8) -> i64 |
| 17 | func wg_count(hay: *u8, hn: i64, needle: *u8) -> i64 |
| 26 | func wg_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 |