code wiki / _hdl_build / nx_docportal_exceed_census.nx
nx_docportal_exceed_census.nx
buildroot/runtime/_hdl_build/nx_docportal_exceed_census.nx
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
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
structs
| none |
consts
| none |
functions
| 10 | func 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 } |
| 11 | func 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 } |
| 12 | func 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 |
| 15 | func c_read(path: *u8, lenout: *i64) -> *u8 |
| 22 | func c_contains(hay: *u8, n: i64, ndl: *u8) -> i64 |
| 29 | func c_have(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 32 | func c_row(ok: i64, dim: *u8, why: *u8) -> i64 |
| 38 | func main() -> i64 |