code wiki / _hdl_build / nx_anatomy_census.nx

nx_anatomy_census.nx

buildroot/runtime/_hdl_build/nx_anatomy_census.nx

9803 B108 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind tooltopic anatomy
docsdependenciesstructsconstsfunctions

about

nx_anatomy_census.nx -- the operator's 2026-07-08 question ANSWERED with a measured position, not a wave: "are we building outside-in when we should go skeleton->muscle->skin; what's SOTA; how do we reach lustgoddess-class?" Grades our REAL state vs the 4-pillar inside-out SOTA banked by nx_anatomy_research_fetch (knowledge/library/anat_*.txt). LIAR-KILL: HAVE rows must OPEN a real organ file (fail-closed if absent) AND a fabricated "runtime FEM muscle sim today" cell must grade GAP. license_tier: ORIGINAL expect_exit: 0

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_anatomy_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 sys_mmap cw sys_write rowf have_file sys_openat_rd sys_close cw ↻ row cw ↻ gs row ↻ cn sys_mmap ↻ sys_write ↻

structs

none

consts

none

functions

8func 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 3: rowrowfmain calls 1: sys_write
9func cn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
18func gs(g: i64) -> *u8
called by 1: row
23func have_file(p: *u8) -> i64 { let fd: i64 = sys_openat_rd(p); if fd >= 0 { sys_close(fd); return 1 } return 0 }
called by 1: rowf calls 2: sys_openat_rdsys_close
24func row(t: *i64, cell: *u8, g: i64, ev: *u8) -> i64
called by 2: rowfmain calls 2: cwgs
30func rowf(t: *i64, cell: *u8, g: i64, path: *u8, ev: *u8) -> i64
called by 1: main calls 3: have_filecwrow
36func main() -> i64