code wiki / _hdl_build / nx_wiki_lock_page.nx

nx_wiki_lock_page.nx

buildroot/runtime/_hdl_build/nx_wiki_lock_page.nx

2096 B39 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind orphan librarytopic wiki
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_wiki_skin_lib.nx nx_wiki_lock_page.nx

imports: nx_syscalls.nxnx_wiki_skin_lib.nx

imported by: nobody (leaf or entry point)

structs

none

consts

7const LP_MAGIC_131072: i64 = 131072
9const LP_OUT: *u8 = "/tmp/nx_wiki_lock.html"
10const LP_SRC: *u8 = "/tmp/nx_wiki_lock.src"
11const LP_DST: *u8 = "/tmp/nx_wiki_lock.dst"
12const LP_SRCVAL: *u8 = "/tmp/nx_wiki_lock.html\n"
13const LP_DSTVAL: *u8 = "cat > /volume1/homes/elderwesto/nishihost/sites/nishifamily/wiki/board.html\n"

functions

15func lp_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n }
16func lp_write(path: *u8, content: *u8) -> i64
22func main(argc: i64, argv: *i64) -> i64