nx_ice_agent_gate.nx
buildroot/runtime/nx_ice_agent_gate.nx
about
nx_ice_agent_gate.nx -- proves the sovereign ICE agent orchestration: candidate pairing (component-matched),
candidate-pair priority ordering (highest first), priority-ordered check scheduling, and nomination of the
best VALID pair as the selected path -- plus the controlling/controlled role affecting the (G,D) priority.
license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ice_agent.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
| 8 | func gw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 9 | func gn(v: i64) -> i64 |
| 14 | func gck(pass: i64, name: *u8, fails: *i64) -> i64 |
| 19 | func main() -> i64 |