code wiki / (root) / nx_teacher_wiki_proof.nx

nx_teacher_wiki_proof.nx

buildroot/runtime/nx_teacher_wiki_proof.nx

2189 B44 linesdepth 6pulls 6 transitivereach 0 importersview sourcekind tooltopic teacher
docsdependenciesstructsconstsfunctions

about

nx_teacher_wiki_proof.nx -- PROVE the existing wiki ingestor consumes the teacher's lessons. Points the wiki engine's own auto-discover (nx_wcl_discover_tree) at knowledge/wiki-content/ and asserts both lesson pages get indexed into the doc store. Exit 0 GREEN / 1 RED. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_wiki_content_loader.nx nx_teacher_wiki_proof.nx

imports: nx_syscalls.nxnx_wiki_content_loader.nx

imported by: nobody (leaf or entry point)

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

main pp sys_write sys_mmap nxa_die sys_write ↻ sys_exit nxa_lock_take nxa_lock_addr sys_write ↻ nxa_lock_give nxa_lock_addr ↻ nxa_report_overrun sys_write ↻ nxa_dump_printable sys_write ↻ nxa_dump_sizes sys_write ↻ sys_exit ↻ pn sys_mmap ↻ sys_write ↻

structs

none

consts

7const K_MAGIC_2048: i64 = 2048
8const K_MAGIC_65536: i64 = 65536
9const K_MAGIC_16384: i64 = 16384
10const K_MAGIC_2097152: i64 = 2097152

functions

12func pp(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
13func pn(v: i64) -> i64
called by 1: main calls 2: sys_mmapsys_write
24func main() -> i64