code wiki / _hdl_build / nx_fin_member.nx
nx_fin_member.nx
buildroot/runtime/_hdl_build/nx_fin_member.nx
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
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
structs
| none |
consts
| none |
functions
| 11 | func 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 } |
| 16 | func m_putn(v: i64) -> i64 { nxi_out(v); return 0 } |
| 18 | func m_reg(path: *u8, kind: *u8, id: *u8, label: *u8, tpl: *u8) -> i64 |
| 27 | func main() -> i64 |