code wiki / _hdl_build / nx_adnet_ops_gate.nx
nx_adnet_ops_gate.nx
buildroot/runtime/_hdl_build/nx_adnet_ops_gate.nx
about
nx_adnet_ops_gate.nx -- GATE for the operator view (nx_adnet_ops).
The load-bearing tooth is the QUIET one: a healthy plane must produce ZERO bytes. An operator report
that always prints something trains people to ignore it, and then the one real finding scrolls past.
The rest check that each refusal built today is actually SURFACED -- a refusal nobody can see is
indistinguishable from the thing simply not working, and the operator learns about it from the
advertiser instead.
expect_exit: 0 license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_syscalls.nxnx_adnet_ops.nxnx_gate_verdict.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
| 12 | func to_slen(s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { i = i + 1 } return i } |
| 13 | func to_puts(s: *u8) -> i64 { sys_write(1, s, to_slen(s)); return 0 } |
| 14 | func to_pn(v: i64) -> i64 |
| 26 | func to_has(buf: *u8, n: i64, pat: *u8) -> i64 |
| 40 | func to_check(name: *u8, cond: i64) -> i64 |
| 46 | func main() -> i64 |