nx_analyst_dashboard_gate.nx
buildroot/runtime/nx_analyst_dashboard_gate.nx
about
nx_analyst_dashboard_gate.nx -- proves the BI dashboard is DATA-BOUND (real numbers derived from the
census SSOT + the live store, not hardcoded), WELL-FORMED (balanced <div>/<table> tags -- browsers stay
silent on unclosed tags, so the gate must not), and ACCESSIBLE-SHAPED (a doctype, lang, viewport, a title,
table headers). D001 verdict via nx_gate_verdict. expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_gate_verdict.nxnx_analyst_dashboard.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
| 8 | func dg_has(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 22 | func dg_count(hay: *u8, hn: i64, needle: *u8) -> i64 called by 1: main |
| 35 | func dg_eq(a: i64, b: i64) -> i64 { if a == b { return 1 } return 0 } called by 1: main |
| 37 | func main() -> i64 |