nx_io_envelope_census_gate.nx
buildroot/runtime/nx_io_envelope_census_gate.nx
about
nx_io_envelope_census_gate.nx -- END-TO-END gate for the envelope census (/compare/dataio DI2): forks the SUBJECT
ARTIFACT's own selftest (the classifier on planted readers: literal, named constant, dynamic, comment, string, the
derived primitive, an unresolved name, a prefix-named constant, a call expression) and inherits its verdict, then
pins the artifact to THIS generation by a tooth only this generation prints. Same shape as nx_actlog_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
| 11 | const EG_OUT: i64 = 262144 |
functions
| 13 | func eg_find(q: *u8, n: i64, lit: *u8) -> i64 called by 1: main |
| 27 | func eg_exists(path: *u8) -> i64 { let fd: i64 = sys_openat_rd(path); if fd < 0 { return 0 } sys_close(fd); return 1 } |
| 29 | func main(argc: i64, argv: *i64) -> i64 |