code wiki / _hdl_build / _galx_serve_setup.nx

_galx_serve_setup.nx

buildroot/runtime/_hdl_build/_galx_serve_setup.nx

2695 B49 linesdepth 7pulls 10 transitivereach 0 importersview sourcekind tooltopic galx
docsdependenciesstructsconstsfunctions

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

nx_store_ingest.nx nx_seg_store.nx nx_syscalls.nx _galx_serve_setup.nx

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

main freshns sys_mmap sys_openat_wr sys_close sys_mmap ↻ sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close ↻ sw sys_write sys_exit nx_store_ingest_ingest sys_mmap ↻ nx_store_ingest_harvest sys_mmap ↻ _pe_pngchunk_rdbe _pe_pngtext_locate nx_store_ingest_keq canon_encode sys_mmap ↻ cc_cmp cc_w32 cc_len sys_munmap cid_of sys_mmap ↻ sha256_digest sys_mmap ↻ sha256_init sys_mmap ↻ sha256_k sha256_update sha256_compress_ni_blocks blk_set_byte sha256_compress sha256_compress_ni

structs

none

consts

none

functions

9func sw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
11func freshns(prefix: *u8) -> i64
called by 1: main calls 3: sys_mmapsys_openat_wrsys_close
24func main() -> i64