code wiki / _hdl_build / nx_manga_shelf_gate.nx
nx_manga_shelf_gate.nx
buildroot/runtime/_hdl_build/nx_manga_shelf_gate.nx
about
nx_manga_shelf_gate.nx -- prove the LOCAL shelf catalog lib (nx_manga_shelf_lib) in ISOLATION on synthetic
fixtures: admission (cbz always; allowlisted-author epub; PROVEN comic via extracted cbx.json; prose OUT),
marker grouping + volume numbers (" vol1", ", Vol. 1_", bare "volume3"), multi-format dedupe (epub beats
pdf), first-token one-shot grouping, ci-alpha order + JSON tail sanity. RUN IN A SCRATCH DIR -- it writes
fixture files under ./knowledge/staging/media/. expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_manga_shelf_lib.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 gw(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 10 | func gnum(v: i64) -> i64 { let b: *u8 = sys_mmap(32); let o: i64 = msl_catn(b, 0, v); sys_write(1, b, o); return 0 } |
| 11 | func gput(path: *u8, body: *u8) -> i64 |
| 20 | func ghas(j: *u8, jn: i64, s: *u8) -> i64 called by 1: main |
| 34 | func tooth(name: *u8, ok: i64, fails: *i64) -> i64 |
| 41 | func main() -> i64 |