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

567 B11 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind gate/prooftopic eng
docsdependenciesstructsconstsfunctions

about

EMITTED by nx_engineer_reproduce -- applies extend-not-copy (base + a raised bar). license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_eng_repro_extend_gate.nx

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

main base_ok ext_ok base_ok ↻ sys_exit

structs

none

consts

none

functions

3func base_ok(score: i64) -> i64 { if score >= 2 { return 1 } return 0 }
called by 2: ext_okmain
4func 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 }
called by 1: main calls 1: base_ok
5func main() -> i64