code wiki / (root) / nx_lib_fetch_ingest.nx

nx_lib_fetch_ingest.nx

buildroot/runtime/nx_lib_fetch_ingest.nx

968 B18 linesdepth 20pulls 136 transitivereach 1 importersview sourcekind librarytopic lib
docsdependenciesstructsconstsfunctions

about

nx_lib_fetch_ingest.nx -- the FULL sovereign ingest: fetch a work URL over TLS-1.3 (nx_lib_fetch) -> parse + store (nx_lib_ingest_json). One call replaces the entire Python httpx+json+pydantic+sqlite ingest path. The deterministic tail is gated in nx_lib_ingest_json_test; the fetch is network-gated (ready the moment the LAN/NAS is reachable). license_tier: ORIGINAL | genealogy_id: nishi_library_sovereign_fetch_ingest_2026_07_01

dependencies 2 imports · 1 importers

nx_lib_fetch.nx nx_lib_ingest_json.nx nx_lib_fetch_ingest.nx nx_lib_fetch_probe.nx

imports: nx_lib_fetch.nxnx_lib_ingest_json.nx

imported by: nx_lib_fetch_probe.nx

structs

none

consts

9const K_MAGIC_4194304: i64 = 4194304

functions

13func nx_lib_fetch_ingest(store: *TrustStore, url: *u8, hk: *u8, hklen: i64) -> i64