code wiki / (root) / nx_dataeng_sota_census.nx

nx_dataeng_sota_census.nx

buildroot/runtime/nx_dataeng_sota_census.nx

10977 B175 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

about

nx_dataeng_sota_census.nx (operator: data-eng+analytics+analyst honest census) -- grade the Nishi sovereign mgmt API vs the SOTA API capability union (knowledge/registry/dataeng_sota_features.conf, grounded in knowledge/fetched/api_*.raw). LIAR-KILL: every HAVE/PARTIAL/EXCEED names an organ; we OPEN runtime/<organ> -> a missing file flips it to UNGROUNDED (caught). Reports HAVE/PARTIAL/GAP/EXCEED + a meet-SOTA score + the GAP list + the beyond-SOTA EXCEED list. license_tier: ORIGINAL depends: nx_syscalls

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_estate_path.nx nx_dataeng_sota_census.nx

imports: nx_syscalls.nxnx_estate_path.nx

imported by: nobody (leaf or entry point)

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

main ep_anchor sys_openat_rd sys_close sys_chdir sys_mmap sys_mmap ↻ sys_openat_rd ↻ cp sys_write sys_exit sys_read sys_close ↻ dc_roots_load sys_openat_rd ↻ sys_mmap ↻ sys_read ↻ sys_close ↻ dc_put_root cseq dc_ground dc_root_ptr dc_can_open sys_openat_rd ↻ sys_close ↻ cwrite sys_write ↻ cn sys_write ↻ sys_mmap ↻ dc_root_ptr ↻

structs

none

consts

8const K_MAGIC_262144: i64 = 262144
9const K_MAGIC_1024: i64 = 1024

functions

18func dc_can_open(p: *u8) -> i64 { let fd: i64=sys_openat_rd(p); if fd<0 { return 0 } sys_close(fd); return 1 }
called by 1: dc_ground calls 2: sys_openat_rdsys_close
20func dc_root_ptr(rbuf: *u8, idx: i64) -> *u8
called by 2: dc_groundmain
25func dc_put_root(rbuf: *u8, at: i64, s: *u8) -> i64
called by 1: dc_roots_load
33func dc_roots_load(rbuf: *u8) -> i64
68func dc_ground(rbuf: *u8, nr: i64, buf: *u8, oo: i64, ol: i64, out: *u8) -> i64
called by 1: main calls 2: dc_root_ptrdc_can_open
85func cp(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
86func cn(v: i64) -> i64 { if v==0 { sys_write(1,"0" as *u8,1); return 0 } var m: i64=v; if m<0 { sys_write(1,"-" as *u8,1); m=0-m } let t: *u8=sys_mmap(28); var k: i64=0; while m>0 { t[k]=(48+(m%10)) as u8; m=m/10; k=k+1 } while k>0 { k=k-1; sys_write(1,(((t as i64)+k) as *u8),1) } return 0 }
called by 1: main calls 2: sys_writesys_mmap
88func cseq(buf: *u8, off: i64, len: i64, lit: *u8) -> i64 { var i: i64=0; while i<len { if lit[i]==(0 as u8) { return 0 } if buf[off+i]!=lit[i] { return 0 } i=i+1 } if lit[len]!=(0 as u8) { return 0 } return 1 }
called by 1: main
89func cwrite(buf: *u8, off: i64, len: i64) -> i64 { sys_write(1, (((buf as i64)+off) as *u8), len); return 0 }
called by 1: main calls 1: sys_write
91func main() -> i64