nx_media_index_gate.nx
buildroot/runtime/nx_media_index_gate.nx
about
nx_media_index_gate.nx -- REFEREE for EXPOSURE rung X1 (nx_media_index).
Calls nx_mindex_tag_path on three REAL inputs and asserts the pipeline:
- a real 1024x768 gallery PNG -> status OK, width 1024, height 768
(proves decode + presence run INSIDE the indexer on a real file).
- a written non-PNG file -> status NOTPNG.
- a nonexistent path -> status NOFILE.
The presence VERDICT on the real photo is reported (real, honest) but not
asserted to a fixed value -- the content is unknown; the presence MATH is
already gated by nx_presence_gate and the real-file path by nx_media_run_gate.
Every measured value PRINTED. stdout + knowledge/status/media_index_gate.log.
Exit 0 GREEN / 1 RED. Sovereign: syscalls + nx_media_index (+ its deps).
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_media_index.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
| 18 | func gp(logfd: i64, s: *u8) -> i64 |
| 25 | func gn(logfd: i64, v: i64) -> i64 |
| 40 | func report(logfd: i64, label: *u8, o: *i64) -> i64 |
| 49 | func main() -> i64 |