code wiki / _hdl_build / nx_viz_exceed.nx

nx_viz_exceed.nx

buildroot/runtime/_hdl_build/nx_viz_exceed.nx

5881 B98 linesdepth 3pulls 3 transitivereach 1 importersview sourcekind tooltopic viz
docsdependenciesstructsconstsfunctions

about

nx_viz_exceed.nx -- the MEASURED census for the Nishi Visualization Suite vs d3 (the named incumbent), the no-overclaim discipline applied to viz (like nx_wiki_exceed vs MediaWiki). Reads viz_capability_target.tsv (axes = d3's modules, sourced from d3js.org/api), counts HAVE/PARTIAL/MISSING per axis -- ORGAN-COMPUTED, never self-scored -- and prints the HONEST verdict: capability coverage (BEHIND d3 = the worklist), plus the honest EXCEED axes where Nishi wins by construction (sovereignty / self-contained / privacy). The count function vc_count is shared with the gate so the census is reproducibly correct. usage: nx_viz_exceed [target.tsv] (default knowledge/registry/viz_capability_target.tsv) license_tier: ORIGINAL

dependencies 2 imports · 1 importers

nx_syscalls.nx nx_itoa_lib.nx nx_viz_exceed.nx nx_viz_exceed_gate.nx

imports: nx_syscalls.nxnx_itoa_lib.nx

imported by: nx_viz_exceed_gate.nx

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

main sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close sys_write vc_count vc_eqn vc_w sys_write ↻ vc_wn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap

structs

none

consts

none

functions

12func vc_w(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 1: main calls 1: sys_write
17func vc_wn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
18func vc_eqn(s: *u8, lit: *u8, slen: i64, litlen: i64) -> i64
called by 1: vc_count
25func vc_count(buf: *u8, n: i64, counts: *i64) -> i64
called by 2: mainmain calls 1: vc_eqn
63func main(argc: i64, argv: *i64) -> i64