code wiki / _hdl_build / nx_ims_batch1_repush.nx

nx_ims_batch1_repush.nx

buildroot/runtime/_hdl_build/nx_ims_batch1_repush.nx

3212 B60 linesdepth 10pulls 11 transitivereach 0 importersview sourcekind tooltopic ims
docsdependenciesstructsconstsfunctions

about

nx_ims_batch1_repush.nx -- re-land the two pages whose live push did not confirm on the first batch run (formats_uxf, media_studio: push_rc=-1, served stale 1864B). Same guarded+ versioned vpub path; additive (a new rollback version is retained each time). Isolated so a transient NAS-push race on a rapid 5-page run can be retried without re-touching the others. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_wiki_versioned_publish.nx nx_syscalls.nx nx_ims_batch1_repush.nx

imports: nx_wiki_versioned_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 p_w sys_write pb_publish sys_mmap ↻ vpub vpub_ex vp_len sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close vp_get_count sys_mmap ↻ vp_cnt_key vp_cat ss_get_cap sys_mmap ↻ ss_scan_cap vp_parse_dec ss_begin ss_begin_cap sys_mmap ↻ war_archive_page war_cid_of_body cid_of war_blobkey war_cat ss_add ss_add2 ss_len war_cidkey war_cat ↻ vp_ver_key vp_cat ↻ vp_catn

structs

none

consts

19const PB_EPOCH: i64 = 1781850001

functions

9func p_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 2: pb_publishmain calls 1: sys_write
10func p_num(v: i64) -> i64
called by 2: pb_publishmain calls 2: sys_mmapsys_write
21func pb_publish(slug: *u8, path: *u8, cs_ptr: *i64, cs_len: *i64, ncorpus: i64) -> i64
35func main() -> i64