code wiki / _hdl_build / nx_capcliff_gate.nx
nx_capcliff_gate.nx
buildroot/runtime/_hdl_build/nx_capcliff_gate.nx
about
nx_capcliff_gate.nx -- END-TO-END gate for the reader-cap cliff detector and its remedy census (/compare/dataio
DI8 + DI13): forks the SUBJECT ARTIFACT's own selftest (the size ruler and its opposites, the anchoring classifier
on planted read sites, the sizeguard forked in both directions, the scan verdict that carries RED only for an
ungoverned or breached cliff) and inherits its verdict, then pins the artifact to THIS generation by a tooth only
this generation prints. Same shape as nx_io_envelope_census_gate.
exit: 0 GREEN / 1 RED (gv_verdict law).
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_gate_verdict.nxnx_tool_run.nxnx_srcfresh.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
| 12 | const CG_OUT: i64 = 262144 |
functions
| 14 | func cg_find(q: *u8, n: i64, lit: *u8) -> i64 called by 1: main |
| 28 | func cg_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 30 | func main(argc: i64, argv: *i64) -> i64 |