code wiki / _hdl_build / nx_fin_member.nx

nx_fin_member.nx

buildroot/runtime/_hdl_build/nx_fin_member.nx

3354 B43 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic fin
docsdependenciesstructsconstsfunctions

about

nx_fin_member.nx -- NISHI FINANCE joins the team: registers the `finance` DOMAIN into THE NISHI BUILDER (the one universal self-growing builder, alongside ad/web/game), plus a `member` card for Nishi Finance itself. Every entry is sovereign-safe DATA (nb_template_safe: no <script, no external src=). Idempotent (nb_register skips already-known rows) and FAIL-CLOSED at the boundary (#12): a template that fails the sovereignty check is REFUSED, never written. This is how a new capability-member is banked into the builder so the builder can emit finance UIs the same way it emits ad/web/game. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_nishi_builder.nx nx_fin_member.nx

imports: nx_syscalls.nxnx_itoa_lib.nxnx_nishi_builder.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main m_puts sys_write m_reg nb_template_safe m_puts ↻ nb_register nb_present sys_mmap sys_read_file sys_openat_rd sys_lseek sys_mmap ↻ sys_read sys_close nb_field nb_streq sys_mmap ↻ sys_openat_append sys_write ↻ sys_close ↻ m_putn nxi_out nxi_fd sys_mmap ↻ ccz_cat_num sys_write ↻ sys_munmap nb_count sys_mmap ↻ sys_read_file ↻ nb_field ↻ nb_streq ↻ m_putn ↻

structs

none

consts

none

functions

11func m_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: m_regmain calls 1: sys_write
16func m_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 2: m_regmain calls 1: nxi_out
18func m_reg(path: *u8, kind: *u8, id: *u8, label: *u8, tpl: *u8) -> i64
27func main() -> i64