code wiki / _hdl_build / nx_mrselfcheck_probe.nx

nx_mrselfcheck_probe.nx

buildroot/runtime/_hdl_build/nx_mrselfcheck_probe.nx

403 B6 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

nx_mrselfcheck_probe.nx -- synthetic probe for nx_map_remove_func body-equivalence self-check. g_puts is byte-identical to nx_gate_emit_lib (expect EDITED); g_pn is the SUBSET variant lacking negative handling (expect VARIANT = refused). Not a real gate. license_tier: ORIGINAL

dependencies 2 imports · 0 importers

nx_syscalls.nx nx_gate_emit_lib.nx nx_mrselfcheck_probe.nx

imports: nx_syscalls.nxnx_gate_emit_lib.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main g_puts sys_write g_pn sys_mmap sys_write ↻

structs

none

consts

none

functions

6func main() -> i64 { g_puts("x\n" as *u8); g_pn(5); return 0 }
calls 2: g_putsg_pn