code wiki / (root) / nx_fin_dashboard_gate.nx

nx_fin_dashboard_gate.nx

buildroot/runtime/nx_fin_dashboard_gate.nx

6121 B127 linesdepth 10pulls 25 transitivereach 0 importersview sourcekind gate/prooftopic fin
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_finance_web.nx nx_fin_dashboard_gate.nx

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

main sys_mmap fw_render mny_rate_from_pct mny_div_round mny_div_floor sys_mmap ↻ dbt_strategy sys_mmap ↻ mny_rate_monthly mny_div_round ↻ mny_add mny_apply_rate mny_div_round ↻ fw_cat bs_load sys_mmap ↻ bs_load_raw sys_mmap ↻ bs_key ss_open ss_open2 sys_mmap ↻ ss_manifest_dyn ss_cat ss_loadfile ss_load_aux2 ssl_total_keys ssl_pow2 ssl_build ss_r32 ssl_lookup ss_manifest_free sys_munmap ss_hget sys_mmap ↻ ss_idx_find ss_r32 ↻ ss_len ss_kcmp

structs

none

consts

none

functions

8func 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 }
called by 2: chkmain calls 1: sys_write
9func g_putn(v: i64) -> i64
called by 2: chkmain calls 2: sys_writesys_mmap
18func chk(name: *u8, got: i64, want: i64, st: *i64) -> i64
called by 1: main calls 2: g_putsg_putn
24func gfind(hay: *u8, n: i64, needle: *u8) -> i64
called by 1: main
37func main() -> i64