code wiki / _hdl_build / nx_web_crawl_step_gate.nx

nx_web_crawl_step_gate.nx

buildroot/runtime/_hdl_build/nx_web_crawl_step_gate.nx

24415 B408 linesdepth 22pulls 183 transitivereach 0 importersview sourcekind gate/prooftopic web
docsdependenciesstructsconstsfunctions

about

nx_web_crawl_step_gate.nx -- network-free KATs for the frontier-persisted crawler's STORE mechanics: the url filter, fr: row write/enumerate, the P->D state flip (append-only last-wins), cross-segment dedupe, and unknown-state. The fetch/ingest spine is nx_web_ingest's, already proven on the real web. Runs against a /tmp shard (wiped per boot). license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_web_crawl_step.nx nx_gate_verdict.nx nx_web_crawl_step_gate.nx

imports: nx_web_crawl_step.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

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

main gw_puts gw_ok wc_urlok wc_host_is_canon wc_host wc_host_str_is_canon olh_urlok_q olh_hassub olh_len wc_query_ok wc_qparam_denied wc_len wc_frmark wc_frkey ci_hash ss_add ss_add2 ss_w32 ss_len ss_commit ss_segid_ok sys_mmap ss_cat ss_catn sys_mmap ↻ sys_write ss_write_seg ss_segid_ok ↻ sys_mmap ↻ ss_cat ↻ ss_catn ↻ sys_write ↻ ss_segname ss_cat ↻ ss_catn ↻ ss_writefile sys_openat_wr sys_write ↻ sys_close

structs

none

consts

none

functions

8func gw_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 2: gw_checkmain
9func gw_num(v: i64) -> i64
called by 1: main
18func gw_check(name: *u8, cond: i64, pass: *i64, total: *i64) -> i64
called by 1: main calls 1: gw_puts
24func gw_ok(u: *u8) -> i64 { return wc_urlok(u, wc_len(u)) }
called by 1: main calls 2: wc_urlokwc_len
26func main() -> i64