code wiki / _hdl_build / nx_genealogy_publish.nx

nx_genealogy_publish.nx

buildroot/runtime/_hdl_build/nx_genealogy_publish.nx

2311 B36 linesdepth 9pulls 11 transitivereach 0 importersview sourcekind tooltopic genealogy
docsdependenciesstructsconstsfunctions

about

nx_genealogy_publish.nx -- publish web_assets/genealogy_tree.html to the LIVE wiki through the GUARDED publisher: pub_publish -> pg_decide (freshness/placeholder/cite/dead-link guard, fail-closed) -> on ALLOW stage awpush.src/dst + fork the proven nx_aw_push (vault auth + SSH stream) -> NAS wiki docroot. Serves at nishifamily.com/wiki/genealogy_tree.html. The page now carries an epoch= freshness stamp so the guard ALLOWs; no [[cite:]] tokens + no /wiki/ links so the cite/dead-link checks are vacuously satisfied (empty corpus). expect_exit: 0 license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_wiki_publish.nx nx_itoa_lib.nx nx_syscalls.nx nx_genealogy_publish.nx

imports: nx_wiki_publish.nxnx_itoa_lib.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main gp_puts sys_write 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 ↻ gp_pn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num nxi_buf sys_write ↻ sys_munmap

structs

none

consts

none

functions

11func gp_puts(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
16func gp_pn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
18func main() -> i64