code wiki / _hdl_build / nx_viz_datajoin_gate.nx

nx_viz_datajoin_gate.nx

buildroot/runtime/_hdl_build/nx_viz_datajoin_gate.nx

1729 B41 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind gate/prooftopic viz
docsdependenciesstructsconstsfunctions

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

nx_viz_datajoin.nx nx_syscalls.nx nx_gate_verdict.nx nx_viz_datajoin_gate.nx

imports: nx_viz_datajoin.nxnx_syscalls.nxnx_gate_verdict.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

7func 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 }
8func g_row(name: *u8, ok: i64) -> i64
14func main() -> i64