nx_ng_verify_live.nx
buildroot/runtime/nx_ng_verify_live.nx
about
nx_ng_verify_live.nx -- verify the PUBLIC audio page is LIVE on nishifamily.com via our OWN sovereign TLS-1.3
client, AND that adding it did NOT break the rest of the site (family landing, the /wiki gate, andelinwest).
The audio is served as a public hot file (sites.conf docroot) -- the gated sections are matched BEFORE the
file-server, so they stay gated. license_tier: ORIGINAL expect_exit: 0
dependencies 4 imports · 0 importers
imports: nx_syscalls.nxnx_x509_trust_store.nxnx_trust_store_load_from_certdata.nxnx_https_fetch_follow.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
| 9 | const K_MAGIC_4194304: i64 = 4194304 |
functions
| 11 | func vp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 12 | func vpn(v: i64) -> i64 |
| 19 | func contains(buf: *u8, n: i64, needle: *u8) -> i64 called by 1: main |
| 32 | func main() -> i64 |