code wiki / _hdl_build / nx_build_registry.nx
nx_build_registry.nx
buildroot/runtime/_hdl_build/nx_build_registry.nx
about
nx_build_registry.nx -- R1 GATE for the build-registrar: proves the nx_build_registry_lib SSOT does
submit + idempotent dedup (re-submit keeps distinct stable) + latest-wins update + registered lookup,
with a NEGATIVE CONTROL (an organ never submitted must read back unregistered). Logic lives in the lib;
this file is the runnable gate. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_build_registry_lib.nxnx_syscalls.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 br_p(s: *u8) -> i64 { let n: i64 = br_len(s); sys_write(1, s, n); return 0 } |
| 9 | func br_pn(v: i64) -> i64 |
| 19 | func main() -> i64 |