code wiki / (root) / nx_fin_dashboard.nx

nx_fin_dashboard.nx

buildroot/runtime/nx_fin_dashboard.nx

1612 B28 linesdepth 10pulls 26 transitivereach 0 importersview sourcekind tooltopic fin
docsdependenciesstructsconstsfunctions

about

nx_fin_dashboard.nx -- emit the static nishifamily.com/finance dashboard to the staging media dir, so the Nishi Publisher can ship it to liveroot (operator: "push to publisher, don't directly do"). Reuses the single renderer fw_render (DRY #15). The SAME bytes are what the live OPAQUE /finance route serves. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_finance_web.nx nx_fin_dashboard.nx

imports: nx_syscalls.nxnx_itoa_lib.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

9func d_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 1: main calls 1: sys_write
14func d_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 1: main calls 1: nxi_out
16func main() -> i64