code wiki / _hdl_build / nx_docportal_exceed_census.nx

nx_docportal_exceed_census.nx

buildroot/runtime/_hdl_build/nx_docportal_exceed_census.nx

7766 B100 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic docportal
docsdependenciesstructsconstsfunctions

about

nx_docportal_exceed_census.nx -- the MEASURED s-class-exceed scorecard for the per-domain document portal (operator: "make sure it is s class exceed using nishi researcher"). It does NOT self-score: it reads the REAL gate logs in knowledge/status/ + the banked researcher corpus, and credits each exceed dimension of the standard (knowledge/research/2026-06-28-legaldocs-portal-exceed-standard.md) ONLY when a specific field of a GREEN gate proves it (liar-kill: a dimension with no passing gate is reported ABSENT, never claimed). The verdict is the conjunction of the measured cells. Append-only log: knowledge/status/docportal_exceed_census.log. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_docportal_exceed_census.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main c_puts sys_write sys_mmap c_read sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close c_contains c_slen c_have sys_openat_rd ↻ sys_close ↻ c_row c_puts ↻ sys_write ↻ sys_openat_append c_w sys_write ↻ sys_close ↻ sys_exit

structs

none

consts

none

functions

10func c_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 2: c_rowmain calls 1: sys_write
11func c_w(fd: i64, s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(fd, s, n); return 0 }
called by 1: main calls 1: sys_write
12func c_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
called by 1: c_contains
15func c_read(path: *u8, lenout: *i64) -> *u8
called by 1: main calls 2: sys_mmapsys_read_file
22func c_contains(hay: *u8, n: i64, ndl: *u8) -> i64
called by 1: main calls 1: c_slen
29func c_have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 }
called by 1: main calls 2: sys_openat_rdsys_close
32func c_row(ok: i64, dim: *u8, why: *u8) -> i64
called by 1: main calls 1: c_puts
38func main() -> i64