code wiki / _hdl_build / nx_dora_gate.nx
nx_dora_gate.nx
buildroot/runtime/_hdl_build/nx_dora_gate.nx
about
nx_dora_gate.nx -- gate for the DORA organ's core parsers (F740). On nx_gate_verdict (migrate-on-touch).
Proves the sovereign-plane derivation: DONE-count deploy freq, KICKOFF->DONE lead-time matching + median,
DORA banding, incident-class debt proxy, and the honest PENDING/PROXY labeling in the emitted JSON.
license_tier: ORIGINAL No hw writes (Rule 26). expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_dora.nxnx_gate_verdict.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
| 8 | const GB: i64 = 262144 |
functions
| 10 | func g_cat(b: *u8, o: i64, s: *u8) -> i64 { return ss_cat(b, o, s) } called by 1: main |
| 12 | func main(argc: i64, argv: *i64) -> i64 |
| 71 | func d_streq(a: *u8, b: *u8) -> i64 { var i: i64 = 0; while a[i] != (0 as u8) { if a[i] != b[i] { return 0 } i = i + 1 } if b[i] != (0 as u8) { return 0 } return 1 } called by 1: main |