nx_fin_dashboard_gate.nx
buildroot/runtime/nx_fin_dashboard_gate.nx
about
nx_fin_dashboard_gate.nx -- GATE for the finance dashboard: proves the page is SOVEREIGN zero-JS (no
<script, no src= external fetch), carries the live engine output (Avalanche/Snowball), the brand, and
the theme controls, and is non-trivial. Renders via fw_render into a buffer (no file/store needed).
Exits 0 iff ALL pass. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_finance_web.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 g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 9 | func g_putn(v: i64) -> i64 |
| 18 | func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64 |
| 24 | func gfind(hay: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 37 | func main() -> i64 |