code wiki / _hdl_build / nx_wiki_lock_page.nx
nx_wiki_lock_page.nx
buildroot/runtime/_hdl_build/nx_wiki_lock_page.nx
about
nx_wiki_lock_page.nx -- the OPERATOR-GATED placeholder served at the PUBLIC board.html so the real
Work Board (delegation + backlog) is NOT exposed publicly. On the shared skin. The real board is
served only behind the OPAQUE login (the gated daemon / post-cutover path). Sovereign.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_wiki_skin_lib.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 LP_MAGIC_131072: i64 = 131072 |
| 9 | const LP_OUT: *u8 = "/tmp/nx_wiki_lock.html" |
| 10 | const LP_SRC: *u8 = "/tmp/nx_wiki_lock.src" |
| 11 | const LP_DST: *u8 = "/tmp/nx_wiki_lock.dst" |
| 12 | const LP_SRCVAL: *u8 = "/tmp/nx_wiki_lock.html\n" |
| 13 | const LP_DSTVAL: *u8 = "cat > /volume1/homes/elderwesto/nishihost/sites/nishifamily/wiki/board.html\n" |
functions
| 15 | func lp_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: lp_write |
| 16 | func lp_write(path: *u8, content: *u8) -> i64 |
| 22 | func main(argc: i64, argv: *i64) -> i64 |