code wiki / _hdl_build / nx_receipts.nx

nx_receipts.nx

buildroot/runtime/_hdl_build/nx_receipts.nx

2361 B40 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind tool
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_receipt.nx nx_receipts.nx

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

main rp sys_write sys_mmap rcpt_read sys_read sys_exit rcpt_count slk_line_end slk_field rcpt_count_verdict slk_line_end ↻ slk_field ↻ slk_eq slk_at rnum sys_mmap ↻ sys_write ↻ sys_write ↻

structs

none

consts

7const K_MAGIC_1048576: i64 = 1048576
8const K_MAGIC_3000: i64 = 3000

functions

10func rp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
11func rnum(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
20func main(argc: i64, argv: *i64) -> i64