nx_licdetect_gate.nx
buildroot/runtime/nx_licdetect_gate.nx
about
nx_licdetect_gate.nx -- GATE for nx_licdetect_lib.
The load-bearing tooth reads a REAL LICENCE TEXT WE HOLD (the Anny Apache-2.0 file mirrored from
raw.githubusercontent.com with its own provenance row and pin), not a synthetic fixture. A detector
proven only against text the test author wrote is proven against the author's idea of the licence.
If that mirror is missing the tooth reports a MISSING PRECONDITION and the gate SKIPs -- "I could
not look" must never arrive in the same word as "I looked and it passed".
license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_licdetect_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
| 13 | func ldg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 16 | func ldg_is(ctx: *i64, text: *u8, want: *u8) -> i64 |
| 28 | func ldg_code(ctx: *i64, text: *u8) -> i64 |
| 33 | func main(argc: i64, argv: *i64) -> i64 |