code wiki / _hdl_build / nx_anatomy_census.nx

nx_anatomy_census.nx

buildroot/runtime/_hdl_build/nx_anatomy_census.nx

12036 B147 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 nxa_die sys_write sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ cw sys_write ↻ ac_root_present ac_try sys_openat_rd sys_close sys_exit ↻ rowf have_file ac_try ↻ sys_mmap ↻ 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
36func ac_try(p: *u8) -> i64 { let fd: i64 = sys_openat_rd(p); if fd >= 0 { sys_close(fd); return 1 } return 0 }
37func have_file(p: *u8) -> i64
called by 1: rowf calls 2: ac_trysys_mmap
50func ac_root_present() -> i64
called by 1: main calls 1: ac_try
55func row(t: *i64, cell: *u8, g: i64, ev: *u8) -> i64
called by 2: rowfmain calls 2: cwgs
61func rowf(t: *i64, cell: *u8, g: i64, path: *u8, ev: *u8) -> i64
called by 1: main calls 3: have_filecwrow
67func main() -> i64