code wiki / _hdl_build / nx_callui_census.nx

nx_callui_census.nx

buildroot/runtime/_hdl_build/nx_callui_census.nx

5114 B77 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_callui_census.nx -- MEASURED census of the /video room UI vs the SOTA call-UI mechanic set (Jitsi/Zoom/Meet/FaceTime, banked by nx_callui_research_fetch). Grades the SHIPPED client files (index.html + app.v2.js) by MECHANICAL EVIDENCE (capability markers in the served source), one row per SOTA mechanic, HAVE/GAP + permille. HONEST SCOPE (printed): file-evidence = "the capability exists in the client", NOT a UX-quality measurement (that is the user-sim/OCR class, a later rung). NEG-CONTROL: a row probed with a marker that cannot exist MUST grade GAP -- proves the checker never gifts a HAVE. expect_exit: 0 = census sound (neg-control fired); the SCORE prints honestly either way. ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_callui_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 cw sys_write sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close row cw ↻ has cn sys_mmap ↻ sys_write ↻

structs

none

consts

none

functions

10func cw(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: rowmain calls 1: sys_write
11func cn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
15func has(hay: *u8, n: i64, needle: *u8) -> i64
called by 1: main
21func row(name: *u8, present: i64, tally: *i64) -> i64
called by 1: main calls 1: cw
28func main() -> i64