code wiki / _hdl_build / _orch_probe.nx

_orch_probe.nx

buildroot/runtime/_hdl_build/_orch_probe.nx

207 B3 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

_orch_probe.nx -- a trivial target the sovereign orchestrator compiles + runs (proof it works).

dependencies 1 imports · 0 importers

nx_syscalls.nx _orch_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_write

structs

none

consts

none

functions

3func main() -> i64 { sys_write(1, "PROBE-RAN-SOVEREIGNLY\n" as *u8, 22); return 0 }
calls 1: sys_write