code wiki / _hdl_build / nx_wardrobe_state_gate.nx
nx_wardrobe_state_gate.nx
buildroot/runtime/_hdl_build/nx_wardrobe_state_gate.nx
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
imports: nx_syscalls.nxnx_gamesave.nxnx_wardrobe_state.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
| none |
functions
| 10 | func pw(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 pn(v: i64) -> i64 |
| 20 | func line_g(nm: *u8) -> i64 { pw(" " as *u8); pw(nm as *u8); pw(" GREEN\n" as *u8); return 0 } |
| 21 | func line_r(nm: *u8) -> i64 { pw(" " as *u8); pw(nm as *u8); pw(" RED\n" as *u8); return 0 } |
| 24 | func stamp(path: *u8, s: *u8) -> i64 |
| 33 | func main() -> i64 |