nx_mvault_record_gate.nx
buildroot/runtime/nx_mvault_record_gate.nx
about
nx_mvault_record_gate.nx -- proves vault data lands on the SOTA plane:
canonical NXR1 record -> CID -> additive seg-store put -> get byte-identical
-> field decode; + dedup-determinism; + a gen 3D record (orthogonal axes).
run-exit == 0 means GREEN.
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_canon_cid.nxnx_mvault_ingest.nxnx_mvault_record.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
| 11 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: field_is |
| 13 | func streq_n(a: *u8, alen: i64, b: *u8, blen: i64) -> i64 |
| 21 | func field_is(rec: *u8, reclen: i64, key: *u8, expect: *u8) -> i64 |
| 29 | func main(argc: i64, argv: *i64) -> i64 |