code wiki / _hdl_build / nx_wiki_publish_nist_stem.nx

nx_wiki_publish_nist_stem.nx

buildroot/runtime/_hdl_build/nx_wiki_publish_nist_stem.nx

3292 B58 linesdepth 9pulls 10 transitivereach 0 importersview sourcekind tooltopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_publish_nist_stem.nx -- LIVE PROOF runner for A3: re-publish web_assets/nist_stem.html through the guarded wrapper pub_publish() with do_push_flag=1. Expects guard ALLOW -> push to the SERVED wiki doc-root. ADDITIVE + IDEMPOTENT: re-streams the SAME page to /wiki/nist_stem.html only; no other page is touched. Prints the guard verdict, status, bytes, push_invoked and push_rc as RAW proof. The fetch-verify (curl 200 + byte-count) is done by the operator after this run. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_wiki_publish.nx nx_syscalls.nx nx_wiki_publish_nist_stem.nx

imports: nx_wiki_publish.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 sys_mmap r_w sys_write 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 r_codename

structs

none

consts

none

functions

9func r_w(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
10func r_num(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
18func r_codename(v: i64) -> *u8
called by 1: main
27func main() -> i64