nx_verify_ingest.nx
buildroot/runtime/nx_verify_ingest.nx
about
nx_verify_ingest.nx -- verify the ingested-primitive JSONL artifact.
Reads specs/ingested_metamath_1m.jsonl (or any *_ingest_*.jsonl)
and reports:
- total rows
- rows with well-formed `"label":"..."` field
- unique labels (via FNV-1a hashing into a fixed-cap bitset)
- duplicate-label count (collision detection)
- kind distribution
Per user directive 2026-05-13: confirm the algorithms came in
properly, were deduped, and are well-formed enough for NishiLang
to reference.
dependencies 5 imports · 0 importers
imports: nx_syscalls.nxnx_runtime.nxnx_clock.nxnx_hash.nxnx_tier.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
| 27 | const STDOUT: i64 = 1 |
functions
| 30 | func find_quote(buf: *u8, start: nx_idx, end: nx_idx) -> nx_idx called by 1: main |
| 40 | func find_substr(buf: *u8, start: nx_idx, end: nx_idx, needle: *u8) -> nx_idx |
| 57 | func main() -> i64 |