code wiki / _hdl_build / nx_viz_datajoin_gate.nx
nx_viz_datajoin_gate.nx
buildroot/runtime/_hdl_build/nx_viz_datajoin_gate.nx
about
nx_viz_datajoin_gate.nx -- REFEREE for the data-join. new=[1,2,3] old=[2,3,4]: classify [0,1,1] (1=enter,
2,3=update), exits=1 (key 4 gone). GREEN iff all. Sovereign: nx_viz_datajoin. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_viz_datajoin.nxnx_syscalls.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
| 7 | func g_w(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 8 | func g_row(name: *u8, ok: i64) -> i64 |
| 14 | func main() -> i64 |