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 pub_publish pub_publish_ex sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close pg_decide pg_is_placeholder pg_contains pg_len pg_has_freshness pg_contains ↻ pg_all_cites_resolve sys_mmap ↻ war_get_by_cid war_blobkey ss_get_cap pg_all_links_live pg_len ↻ pg_region_eq pg_allowed pub_cat pub_write_file sys_openat_wr sys_write ↻ sys_close ↻ pub_run sys_fork sys_mmap ↻ sys_execve sys_exit sys_wait4 pub_status_name

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