nx_pm_dashboard_gate.nx
buildroot/runtime/nx_pm_dashboard_gate.nx
about
nx_pm_dashboard_gate.nx -- KAT for the PM ROI rollup, incl. the LIAR-KILLER invariant:
a fabricated (UNMEASURED) or sourceless number is EXCLUDED from every grounded total.
exit 0 = pass, N = assertion N failed.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_pm_dashboard.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
| 7 | func g_cat(d: *u8, o: i64, s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { d[o] = s[i]; o = o + 1; i = i + 1 } return o } |
| 8 | func g_tab(d: *u8, o: i64) -> i64 { d[o] = 9 as u8; return o + 1 } called by 1: g_row |
| 9 | func g_nl(d: *u8, o: i64) -> i64 { d[o] = 10 as u8; return o + 1 } called by 1: g_row |
| 11 | func g_row(d: *u8, o: i64, cat: *u8, cap: *u8, val: *u8, basis: *u8, src: *u8, has_src: i64) -> i64 |
| 24 | func main() -> i64 |