code wiki / _hdl_build / nx_gallery_ux_census.nx
nx_gallery_ux_census.nx
buildroot/runtime/_hdl_build/nx_gallery_ux_census.nx
about
nx_gallery_ux_census.nx -- MEASURED S-class UX census of the Nishi gallery (R7 capstone).
Honest scorecard (per feedback-no-wave-measured-exceed): NOT "beats Google everywhere". Each cell is
MEASURED against the REAL artifact (greps nx_gallery_serve.nx / nx_gallery_gateway.nx for the capability
marker) and graded EXCEEDS / PARITY / BEHIND vs the research-grounded S-class bar (knowledge/fetched/
sclass_*.raw). LIAR-KILL: a cell that claims a capability the source does NOT contain (count 0) is an
overclaim and is CAUGHT; a NEGATIVE CONTROL (claim a marker known-absent) proves the kill actually fires.
expect_exit: 0 (GREEN: neg-control caught + zero real overclaims). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_itoa_lib.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 cn_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 17 | func cn_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 19 | func cn_count(path: *u8, needle: *u8) -> i64 |
| 37 | func cn_cell(axis: *u8, verdict: *u8, present: i64, bar: *u8) -> i64 |
| 46 | func main() -> i64 |