nx_analyst_insight_gate.nx
buildroot/runtime/nx_analyst_insight_gate.nx
about
nx_analyst_insight_gate.nx -- F1003: prove the no-target insight miner finds real structure, names the
classes correctly, and CANNOT quietly p-hack. Two datasets: one with planted structure (every finding
class present, hand-checkable) and one of pure noise wide enough that the required family-wise level
falls off the critical table -- where the honest output is a REFUSAL, not a top-5 list.
D001-compliant verdict via nx_gate_verdict. license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_analyst_insight.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
| 9 | const IG_N: i64 = 40 |
| 10 | const IG_WIDE: i64 = 30 |
| 11 | const IG_CAP: i64 = 65536 |
functions
| 13 | func ig_lcg(s: i64) -> i64 { return (s * 1103515245 + 12345) & 0x7fffffff } called by 1: main |
| 14 | func ig_has(hay: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 27 | func ig_no(v: i64) -> i64 { if v == 0 { return 1 } return 0 } called by 1: main |
| 29 | func main() -> i64 |