code wiki / _hdl_build / nx_tpl_parts_gate.nx
nx_tpl_parts_gate.nx
buildroot/runtime/_hdl_build/nx_tpl_parts_gate.nx
about
nx_tpl_parts_gate.nx -- referee for R-PARTS (nx_tpl_parts). Proves the LEGO half of the ingest: section-level
bricks extracted, content-addressed + deduped (near-dup template contributes 0 new bricks), idempotent across
runs, budget-guarded (fail-fast), junk skipped, and a recomputed brick key round-trips through the store with
a faithful record. GREEN iff 7/7. Wrapper pre-cleans /tmp/partcorpus_gate and /tmp/partcorpus_gate2.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate.nxnx_tpl_parts.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
| 9 | func pg_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 } |
| 10 | func pg_has(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 19 | func main() -> i64 |