code wiki / _hdl_build / nx_role_health_register.nx

nx_role_health_register.nx

buildroot/runtime/_hdl_build/nx_role_health_register.nx

2650 B42 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind tooltopic role
docsdependenciesstructsconstsfunctions

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

nx_cap_register.nx nx_syscalls.nx nx_role_health_register.nx

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

main rh_ok rh_run sys_fork sys_openat_wr sys_dup3 sys_mmap sys_execve sys_exit sys_wait4 cr_w sys_write cr_wn sys_mmap ↻ sys_write ↻ ig_engineer ig_decision ig_council sys_exit ↻ cr_can_register sml_check_cap sml_layer_valid sml_status_valid sys_openat_append cr_write_entry cr_w ↻ cr_wn ↻ sys_close

structs

none

consts

6const NLAY: i64 = 6

functions

8func rh_run(path: *u8) -> i64
22func rh_ok(path: *u8) -> i64 { if rh_run(path) == 0 { return 1 } return 0 }
called by 1: main calls 1: rh_run
24func main() -> i64