code wiki / (root) / nx_intake_form_gate.nx

nx_intake_form_gate.nx

buildroot/runtime/nx_intake_form_gate.nx

3249 B65 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic intake
docsdependenciesstructsconstsfunctions

about

nx_intake_form_gate.nx -- proves the intake form is a sovereign zero-JS native-POST form whose field names match nx_intake_handler, framed for accommodation. Exits 0 iff ALL pass. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_intake_form.nx nx_intake_form_gate.nx

imports: nx_syscalls.nxnx_intake_form.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 if_render ifr_cat ifr_num ifr_cat ↻ ifr_chk ifr_cat ↻ g_puts sys_write g_putn sys_write ↻ sys_mmap ↻ gfind chk g_puts ↻ g_putn ↻ has gfind ↻

structs

none

consts

none

functions

6func 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
7func g_putn(v: i64) -> i64
called by 2: chkmain calls 2: sys_writesys_mmap
16func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64
called by 1: main calls 2: g_putsg_putn
21func gfind(hay: *u8, n: i64, needle: *u8) -> i64
called by 2: hasmain
33func has(hay: *u8, n: i64, needle: *u8) -> i64 { if gfind(hay, n, needle) >= 0 { return 1 } return 0 }
called by 1: main calls 1: gfind
35func main() -> i64