code wiki / (root) / nx_medbill_civic_gate.nx

nx_medbill_civic_gate.nx

buildroot/runtime/nx_medbill_civic_gate.nx

6282 B115 linesdepth 5pulls 6 transitivereach 0 importersview sourcekind gate/prooftopic medbill
docsdependenciesstructsconstsfunctions

about

nx_medbill_civic_gate.nx -- ADV5 GATE: issue->channel routing never guesses; expected-response windows come from the DATA pack; the case ledger round-trips and updates on the sovereign seg-store; follow-up dates ride the shared leap-safe calendar; the MOVEMENT verdict is computed mechanically (MOVING / PENDING / OVERDUE-UNRESPONSIVE / CLOSED-NO-ACTION); letters carry their load-bearing content and stay NEUTRAL (the representative letter names no party and asks for a written, trackable answer). Hermetic store under /tmp. Exits 0 iff ALL pass. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_medbill_codes.nx nx_medbill_civic.nx nx_medbill_civic_gate.nx

imports: nx_syscalls.nxnx_medbill_codes.nxnx_medbill_civic.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap chk g_puts sys_write g_putn sys_write ↻ sys_mmap ↻ cv_route cv_expect sys_mmap ↻ mbc_read_all sys_openat_rd sys_read sys_close sys_now_us sys_mmap ↻ sys_clock_gettime_mono cv_case_open cv_route ↻ sys_mmap ↻ cv_num sys_mmap ↻ cv_w sys_mmap ↻ cv_key mbc_app ss_begin ss_begin_cap sys_mmap ↻ mbc_slen ss_add ss_add2 ss_w32 ss_len ss_commit ss_segid_ok sys_mmap ↻ ss_cat ss_catn

structs

none

consts

none

functions

11func g_puts(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 2: chkmain calls 1: sys_write
12func g_putn(v: i64) -> i64
called by 2: chkmain calls 2: sys_writesys_mmap
25func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64
called by 1: main calls 2: g_putsg_putn
31func main() -> i64