code wiki / _hdl_build / nx_wiki_vplist_probe.nx

nx_wiki_vplist_probe.nx

buildroot/runtime/_hdl_build/nx_wiki_vplist_probe.nx

1392 B30 linesdepth 10pulls 11 transitivereach 0 importersview sourcekind probetopic wiki
docsdependenciesstructsconstsfunctions

about

nx_wiki_vplist_probe.nx -- independent durability probe: list retained rollback points for a slug (argv[1], default nist_stem) read from the DURABLE WAR_PREFIX store in a FRESH process -- proves the version index survives across process boundaries / runs. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_wiki_versioned_publish.nx nx_syscalls.nx nx_wiki_vplist_probe.nx

imports: nx_wiki_versioned_publish.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func 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 }
8func p_num(v: i64) -> i64
17func main(argc: i64, argv: *i64) -> i64