nx_mvault_caption_gate.nx
buildroot/runtime/nx_mvault_caption_gate.nx
about
nx_mvault_caption_gate.nx -- proves the comprehensive per-item capture:
measurement + tag + caption persist under one CID, read back exact, and the
per-item field index enumerates all three.
(Build with a clean /tmp store; run-exit == 0 means GREEN.)
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_mvault_tag.nxnx_mvault_measure.nxnx_mvault_caption.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: main |
| 12 | func streq_n(a: *u8, alen: i64, b: *u8, blen: i64) -> i64 called by 1: main |
| 19 | func main(argc: i64, argv: *i64) -> i64 |