code wiki / _hdl_build / nx_ship_probe.nx

nx_ship_probe.nx

buildroot/runtime/_hdl_build/nx_ship_probe.nx

523 B8 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probetopic ship
docsdependenciesstructsconstsfunctions

about

nx_ship_probe.nx -- DISPOSABLE probe for the seq976 re-ship hypothesis. Purpose: decide, by controlled experiment rather than inference, whether shipping the SAME target twice in one session lands the second edit on the NAS. Zero blast radius: nothing imports this, it is never registered, and it does nothing but exit 0. The only load-bearing thing here is SHIP_PROBE_MARK, which the experiment mutates.

dependencies 1 imports · 0 importers

nx_syscalls.nx nx_ship_probe.nx

imports: nx_syscalls.nx

imported by: nobody (leaf or entry point)

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

main sys_exit

structs

none

consts

7const SHIP_PROBE_MARK: i64 = 2222

functions

8func main() -> i64 { sys_exit(0); return 0 }
calls 1: sys_exit