nx_teacher_wiki_proof.nx
buildroot/runtime/nx_teacher_wiki_proof.nx
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
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
structs
| none |
consts
| 7 | const K_MAGIC_2048: i64 = 2048 |
| 8 | const K_MAGIC_65536: i64 = 65536 |
| 9 | const K_MAGIC_16384: i64 = 16384 |
| 10 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 12 | func pp(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 13 | func pn(v: i64) -> i64 |
| 24 | func main() -> i64 |