code wiki / _hdl_build / _galx_serve_setup.nx
_galx_serve_setup.nx
buildroot/runtime/_hdl_build/_galx_serve_setup.nx
about
_galx_serve_setup.nx -- OFF-BAND test-data setup for the gallery daemon (not the deliverable).
Ingests the two REAL corpus PNGs into the /tmp/galx-serve- namespace using the PROVEN
nx_store_ingest_ingest organ (real ingestion, no fake), and writes the CID->path sidecar TSV.
Re-runnable (rule 10): a fresh namespace + idempotent ingest. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_store_ingest.nxnx_seg_store.nxnx_syscalls.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
| 9 | func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func freshns(prefix: *u8) -> i64 |
| 24 | func main() -> i64 |