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

3665 B66 linesdepth 2pulls 3 transitivereach 0 importersview sourcekind gate/prooftopic video
docsdependenciesstructsconstsfunctions

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

nx_syscalls.nx nx_video_ui_core.nx nx_video_ui_core_gate.nx

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

main g_p sys_write sys_mmap uic_init chk g_p ↻ uic_layout uic_mic uic_intent uic_layout ↻ uic_swapped uic_layout ↻ uic_cam g_n g_p ↻ sys_mmap ↻ sys_write ↻

structs

none

consts

none

functions

10func 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 }
called by 3: g_nchkmain calls 1: sys_write
11func g_n(v: i64) -> i64
called by 1: main calls 3: g_psys_mmapsys_write
15func chk(cond: i64, name: *u8, pp: *i64, tp: *i64) -> i64
called by 1: main calls 1: g_p
20func main() -> i64