code wiki / _hdl_build / nx_receipts.nx
nx_receipts.nx
buildroot/runtime/_hdl_build/nx_receipts.nx
about
nx_receipts.nx -- the teammate-facing RECEIPTS READER. Any teammate/workstream runs this to VALIDATE that
orchestration is healthy: it tallies the acceptance ledger (total + per-verdict) + tails the recent receipts +
gives a one-line VERDICT (HEALTHY iff zero REJECTED/FAILED). The "confirm acceptance + receipts" view.
Sovereign: nx_receipt. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_receipt.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
| 7 | const K_MAGIC_1048576: i64 = 1048576 |
| 8 | const K_MAGIC_3000: i64 = 3000 |
functions
| 10 | func rp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func rnum(v: i64) -> i64 |
| 20 | func main(argc: i64, argv: *i64) -> i64 |