nx_librarian_audit_gate.nx
buildroot/runtime/nx_librarian_audit_gate.nx
about
nx_librarian_audit_gate.nx -- LIBRARIAN rung-1 GATE + the live census console. Proves classification
and tallies EXACTLY on a synthetic fixture directory (known files, known bytes, computed permille),
liar-kills the empty case, then runs the REAL audit across the data roots and prints the sprawl table
-- the measured baseline the TSV-migration ladder must move. Exits 0 iff ALL pass. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_librarian_audit.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 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 } |
| 9 | func g_putn(v: i64) -> i64 |
| 22 | func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64 |
| 27 | func mkfile(dir: *u8, name: *u8, nbytes: i64) -> i64 |
| 46 | func prow(label: *u8, st: *i64, cls: i64) -> i64 |
| 57 | func main() -> i64 |