code wiki / _hdl_build / nx_proxy_route_gate.nx
nx_proxy_route_gate.nx
buildroot/runtime/_hdl_build/nx_proxy_route_gate.nx
about
nx_proxy_route_gate.nx -- sovereign gate for the data-driven proxy route table (nx_proxy_route.nx).
Negative-control-armed: proves the boundary guard (/gen != /generated), longest-prefix wins,
exact-host beats '*', wildcard fallback, mode parsing, and that unknown host/path return MISS (0).
No fabricated greens: each NEG case asserts a 0/absent result. expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_gate_emit_lib.nxnx_proxy_route.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
| 9 | func g_putn(v: i64) -> i64 |
| 24 | func g_check_eq(label: *u8, got: i64, want: i64) -> i64 |
| 38 | func g_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 39 | func main() -> i64 |