code wiki / _hdl_build / nx_ui_live_verify.nx
nx_ui_live_verify.nx
buildroot/runtime/_hdl_build/nx_ui_live_verify.nx
about
nx_ui_live_verify.nx -- TOP-DOWN UI verifier (operator 2026-07-04: "redundancy in seeing things --
an api with the same capabilities as a front-end testing system ... top-down user/front-end validation").
The REDUNDANT twin of nx_ui_wiring_census: that eye reads LOCAL SOURCE; THIS eye fetches the LIVE SERVED
bytes the user actually receives (nx_https_get over the real edge, own TLS-1.3 trust store, no browser,
no shell) and runs the SAME shared checks (nx_ui_checks). Disagreement between the two eyes = DEPLOY
DRIFT (stale / truncated / edge-mangled deploy) -- a break the source-only eye cannot see. This is the
user's perspective: what actually shipped, not what we meant to ship.
HONEST SCOPE: static wiring on served bytes, not click-execution (full execution = task #35 engine arc).
expect_exit: 0 when the LIVE page is wired + init crash-safe. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_ui_checks.nxnx_https_get.nxnx_trust_store_load_from_certdata.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
| 13 | const K_MAGIC_4194304: i64 = 4194304 |
| 14 | const K_MAGIC_262144: i64 = 262144 |
functions
| 16 | func lv_fetch(url: *u8, store: *TrustStore, out: *u8, cap: i64, nout: *i64) -> i64 |
| 24 | func main() -> i64 |