nx_compare_scope_gate.nx
buildroot/runtime/nx_compare_scope_gate.nx
about
Pure selection fixtures only; publication integration needs a separate witness.
license_tier: ORIGINAL. No I/O beyond gate reporting; no hardware writes.
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_compare_scope_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
| 5 | func csg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: csg_row |
| 6 | func csg_row(label: *u8, roster: *u8, name: *u8, expected: i64, ctr: *i64) -> i64 |
| 9 | func main() -> i64 |