code wiki / _hdl_build / nx_wardrobe_state_gate.nx

nx_wardrobe_state_gate.nx

buildroot/runtime/_hdl_build/nx_wardrobe_state_gate.nx

7748 B150 linesdepth 4pulls 5 transitivereach 0 importersview sourcekind gate/proof
docsdependenciesstructsconstsfunctions

about

nx_wardrobe_state_gate.nx -- certifies the wardrobe/exposure/transformation part. Method (the proven one): every equality tooth carries a NON-VACUITY guard; the flagship tooth is the ADULT GATE (a minor can never be placed in an exposed state, and the mutation test drives THAT tooth RED while anti-vacuity holds). On full pass it writes the evidence artifacts the board's liar-kill stats. license_tier: ORIGINAL expect_exit: 0

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_gamesave.nx nx_wardrobe_state.nx nx_wardrobe_state_gate.nx

imports: nx_syscalls.nxnx_gamesave.nxnx_wardrobe_state.nx

imported by: nobody (leaf or entry point)

structs

none

consts

none

functions

10func pw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
11func pn(v: i64) -> i64
20func line_g(nm: *u8) -> i64 { pw(" " as *u8); pw(nm as *u8); pw(" GREEN\n" as *u8); return 0 }
21func line_r(nm: *u8) -> i64 { pw(" " as *u8); pw(nm as *u8); pw(" RED\n" as *u8); return 0 }
24func stamp(path: *u8, s: *u8) -> i64
33func main() -> i64