code wiki / _hdl_build / nx_eng_repro_extend_gate.nx
nx_eng_repro_extend_gate.nx
buildroot/runtime/_hdl_build/nx_eng_repro_extend_gate.nx
about
EMITTED by nx_engineer_reproduce -- applies extend-not-copy (base + a raised bar). license_tier: ORIGINAL
dependencies 1 imports · 0 importers
imports: nx_syscalls.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
| 3 | func base_ok(score: i64) -> i64 { if score >= 2 { return 1 } return 0 } |
| 4 | func ext_ok(score: i64, hw: i64, proven: i64) -> i64 { if base_ok(score) == 0 { return 0 } if hw == 1 { if proven == 0 { return 0 } } return 1 } |
| 5 | func main() -> i64 |