nx_crawl_run.nx
buildroot/runtime/nx_crawl_run.nx
about
nx_crawl_run.nx -- end-to-end crawl: fetch (real HTTP) -> extract -> dedup
-> index -> search, over the loopback mock-web. Proves the whole sovereign
loop AND that the engine finds uncensored content (the adult-aggregator
page) once crawled -- the answer to "did our search find it": it does, once
it crawls, with no prudish category-censorship.
dependencies 6 imports · 0 importers
imports: fx.nxnx_str.nxnx_http_client.nxnx_html_to_text.nxnx_simhash.nxnx_bm25.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
| 12 | const K_MAGIC_8088: i64 = 8088 |
| 13 | const K_MAGIC_16384: i64 = 16384 |
| 14 | const K_MAGIC_8192: i64 = 8192 |
functions
| 16 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 17 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 18 | func nx_put_i64(n: i64) -> i64 |
| 27 | func nx_body_off(resp: *u8, n: i64) -> i64 called by 1: main |
| 37 | func nx_crawl_search(urls: **u8, texts: **u8, tlens: *i64, n: i64, q: *u8) -> i64 |
| 54 | func main() -> i64 |