code wiki / _hdl_build / nx_eco_rooted_set.nx
nx_eco_rooted_set.nx
buildroot/runtime/_hdl_build/nx_eco_rooted_set.nx
about
nx_eco_rooted_set.nx -- emit the FROM-GOD ROOTED-SET: every organ traceable to the god component of the
family graph (the architect/genealogist's graph query that feeds HR's access plane, nx_hr_graph_access).
Rooted = undirected-connected to god (the max-fan-in node) = NOT an [I] island. This is the SSOT projection
"what has provenance": HR may assign access only to names in this set (provenance outranks authority).
Read-only over the eco_graph store (does NOT rebuild it, does NOT edit the sibling's honesty tool -- it
replicates the exact god-component BFS honesty uses, as a standalone emitter). stdout = one rooted name
per line (a clean rooted-set file); stderr = the count summary.
Optional 2nd arg = island-out-file: also emit the UN-rooted islands (the true-orphan worklist, provenance-
grounded) -- the janitor/architect's precise sprawl rock. This DISAMBIGUATES "orphan": a true island
(undirected-disconnected from god) is un-rooted; a childless-but-imported organ is rooted (has provenance,
just no descendants). The classifier's inflated orphan count conflates the two; THIS counts only true islands.
nx_eco_rooted_set <store-prefix> [island-out-file] license_tier: ORIGINAL module: nishi-core.architect.rooted_set
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_eco_graph.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
| 16 | func rs_e(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(2, s, n); return 0 } |
| 17 | func rs_en(v: i64) -> i64 |
| 24 | func main(argc: i64, argv: *i64) -> i64 |