code wiki / _hdl_build / nx_gallery_ux_census.nx

nx_gallery_ux_census.nx

buildroot/runtime/_hdl_build/nx_gallery_ux_census.nx

7135 B86 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic gallery
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_itoa_lib.nx nx_gallery_ux_census.nx

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

main cn_puts sys_write cn_cell cn_puts ↻ cn_putn nxi_out nxi_fd sys_mmap ccz_cat_num sys_write ↻ sys_munmap cn_count sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close cn_putn ↻ sys_exit

structs

none

consts

none

functions

12func 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 }
called by 2: cn_cellmain calls 1: sys_write
17func cn_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 2: cn_cellmain calls 1: nxi_out
19func cn_count(path: *u8, needle: *u8) -> i64
called by 1: main calls 2: sys_mmapsys_read_file
37func cn_cell(axis: *u8, verdict: *u8, present: i64, bar: *u8) -> i64
called by 1: main calls 2: cn_putscn_putn
46func main() -> i64