code wiki / _hdl_build / nx_video_ui_core_gate.nx
nx_video_ui_core_gate.nx
buildroot/runtime/_hdl_build/nx_video_ui_core_gate.nx
about
nx_video_ui_core_gate.nx -- SOVEREIGN verification of the call-UI logic (operator 2026-07-04: "build for
NishiOS + the Nishi browser without third parties"). Drives INTENTS over the state machine and asserts
state + derived layout -- NO DOM, NO addEventListener, NO WebSocket, NO browser. Because it tests the
sovereign core (not an adapter), this exact gate proves the "2-person = remote full + self PiP" law and
the mic/cam/roster logic on the browser TODAY and on NishiOS TOMORROW, unchanged. This is the
verification that survives the sovereign transition. 0=GREEN / 1=RED.
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_video_ui_core.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
| none |
functions
| 10 | func g_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func g_n(v: i64) -> i64 |
| 15 | func chk(cond: i64, name: *u8, pp: *i64, tp: *i64) -> i64 |
| 20 | func main() -> i64 |