nx_atlas_sweep.nx
buildroot/runtime/nx_atlas_sweep.nx
about
nx_atlas_sweep.nx -- atlas-hygiene AUTO-SWEEP: judges EVERY real node in a plane, not hand-passed args.
Forks nx_store_put.elf to load a seg-store plane, parses each row, applies the confidence+provenance
guards to the node's OWN stored values, emits a per-node verdict + tally. Read-only (never-brick).
The guards run over the REAL graph automatically -- via fork-capture, no store-lib import needed.
argv: [plane-prefix] default knowledge/store/atlashyg- . license_tier: ORIGINAL expect_exit: 0
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_tool_run.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
| 8 | const K_MAGIC_2097152: i64 = 2097152 |
functions
| 9 | func sw_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: sw_puts |
| 10 | func sw_puts(s: *u8) -> i64 { sys_write(1, s, sw_slen(s)); return 0 } |
| 11 | func sw_streq(a: *u8, b: *u8) -> i64 called by 1: main |
| 20 | func sw_puti(v: i64) -> i64 |
| 32 | func sw_conf_permille(s: *u8) -> i64 called by 1: main |
| 51 | func main(argc: i64, argv: *i64) -> i64 |