nx_imported_inspection_gate_t262.nx
buildroot/runtime/nx_imported_inspection_gate_t262.nx
about
nx_imported_inspection_gate_t262.nx -- Validates inspection gate functionality and ensures consistent state during gameplay.
dependencies 2 imports · 0 importers
imports: nx_wasm_craft_imported_t262.nxnx_gate_verdict.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
| 4 | func ic_copy(dst:*u8,src:*u8,n:i64)->i64{var i:i64=0;while i<n{dst[i]=src[i];i=i+1};return 0} called by 1: main |
| 5 | func ic_same(a:*u8,b:*u8,n:i64)->i64{var i:i64=0;while i<n{if a[i]!=b[i]{return 0};i=i+1};return 1} called by 1: main |
| 6 | func ic_corners_visible(base:i64)->i64 |
| 22 | func main()->i64 |