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
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
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
structs
| none |
consts
| none |
functions
| 8 | func 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 } |
| 9 | func gw_num(v: i64) -> i64 called by 1: main |
| 18 | func gw_check(name: *u8, cond: i64, pass: *i64, total: *i64) -> i64 |
| 24 | func gw_ok(u: *u8) -> i64 { return wc_urlok(u, wc_len(u)) } |
| 26 | func main() -> i64 |