code wiki / _hdl_build / nx_doc_member.nx

nx_doc_member.nx

buildroot/runtime/_hdl_build/nx_doc_member.nx

2748 B36 linesdepth 3pulls 4 transitivereach 0 importersview sourcekind tooltopic doc
docsdependenciesstructsconstsfunctions

about

nx_doc_member.nx -- THE NISHI LIBRARIAN joins the team: registers the `docintel` DOMAIN into THE NISHI BUILDER (alongside ad/web/game/finance) with a member card + the extract/catalog surfaces. Idempotent + FAIL-CLOSED on nb_template_safe (no <script, no src=). The librarian reads/extracts/catalogs/manages documents into structured data -- this banks it as a builder-emittable capability-member. license_tier: ORIGINAL

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_itoa_lib.nx nx_nishi_builder.nx nx_doc_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

9func 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
14func m_putn(v: i64) -> i64 { nxi_out(v); return 0 }
called by 2: m_regmain calls 1: nxi_out
15func m_reg(path: *u8, kind: *u8, id: *u8, label: *u8, tpl: *u8) -> i64
22func main() -> i64