nx_fin_rules_gate.nx
buildroot/runtime/nx_fin_rules_gate.nx
about
nx_fin_rules_gate.nx -- R6 GATE: proves the audit rule packs round-trip through the sovereign seg-store
and that the audit runs off LOADED packs (not gate-supplied constants) = the data-driven, robust-for-
anyone invariant. Stores NCCI-bundle / MUE / Medicare-benchmark packs for jurisdiction "US-2025", loads
them, runs the R5 audit on the cancer bill off the loaded packs (same findings as R5), then stores a
second "STRICT" jurisdiction pack (MUE max 1) and shows the audit result CHANGES with the pack. Negative
control: an absent pack returns -1. Hermetic (/tmp prefix). Exits 0 iff ALL pass. license_tier: ORIGINAL
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_money.nxnx_fin_audit.nxnx_fin_rules.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
| 12 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func g_putn(v: i64) -> i64 |
| 22 | func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64 |
| 27 | func seti(a: *i64, i: i64, v: i64) -> i64 { a[i] = v; return 0 } called by 1: main |
| 29 | func main() -> i64 |