nx_fin_dashboard.nx
buildroot/runtime/nx_fin_dashboard.nx
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
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
structs
| none |
consts
| none |
functions
| 9 | func 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 } |
| 14 | func d_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 16 | func main() -> i64 |