code wiki / _hdl_build / nx_role_health_register.nx
nx_role_health_register.nx
buildroot/runtime/_hdl_build/nx_role_health_register.nx
about
nx_role_health_register.nx -- records the role-health gate: the 4 newly-gated novel roles + the
whole-roster live grade. Engineer gate = the four authored tests build+pass. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_cap_register.nxnx_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
| 6 | const NLAY: i64 = 6 |
functions
| 8 | func rh_run(path: *u8) -> i64 |
| 22 | func rh_ok(path: *u8) -> i64 { if rh_run(path) == 0 { return 1 } return 0 } |
| 24 | func main() -> i64 |