nx_court_ingest.nx
buildroot/runtime/nx_court_ingest.nx
about
nx_court_ingest.nx -- R1a rung-2b: LIVE multi-page court-data ingester (CourtListener v4 financial-disclosures).
Fetches pages over sovereign TLS (rf_fetch_bank), parses each (needle-scan), FOLLOWS the v4 next cursor, and banks
every page to knowledge/library/cl_ingest_p<N>.txt = the start of OUR OWN court corpus. Politeness + retry +
circuit-breaker inherited from nx_research_engine. Import ONLY nx_research_engine -> inherits sys_* + rf_* (no
double-import duality). nx_cc traps avoided: no double-quote / hash / bang / parens in string literals.
license_tier: ORIGINAL expect_exit:0
dependencies 1 imports · 0 importers
imports: nx_research_engine.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
| 8 | const K_MAGIC_1048576: i64 = 1048576 |
| 9 | const K_MAGIC_4096: i64 = 4096 |
functions
| 11 | func ci_read(path: *u8, buf: *u8, cap: i64) -> i64 calls 1: sys_read |
| 17 | func ci_count(buf: *u8, n: i64, needle: *u8) -> i64 |
| 28 | func ci_needle(dst: *u8, name: *u8) -> i64 |
| 38 | func ci_str_after(buf: *u8, n: i64, needle: *u8, dst: *u8, dcap: i64) -> i64 |
| 68 | func ci_name(dst: *u8, page: i64) -> i64 |
| 81 | func ci_wn(v: i64) -> i64 |
| 88 | func main() -> i64 |