nx_build_canon_input_gate.nx
buildroot/runtime/nx_build_canon_input_gate.nx
about
Parser and resource-verdict fixtures only; does not prove runner integration.
license_tier: ORIGINAL. No hardware writes; no production input mutation.
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_build_canon_input_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 bcig_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 6 | func bcig_conf(name: *u8, input: *u8, bound: i64, expected: i64, ctr: *i64) -> i64 |
| 9 | func bcig_hash(name: *u8, input: *u8, expected: i64, ctr: *i64) -> i64 |
| 12 | func main() -> i64 |