nx_atlas_dedup.nx
buildroot/runtime/nx_atlas_dedup.nx
about
nx_atlas_dedup.nx -- atlas-hygiene SYNTACTIC DEDUP primitive (blueprint Layer A / F261).
Two content hashes: identical -> COLLAPSE (exit 5, duplicate nodes must merge); different -> KEEP
(exit 0). The atomic op the tri-layer dedup scan composes. Zero side effects. license_tier: ORIGINAL expect_exit: 0
dependencies 1 imports · 0 importers
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
structs
| none |
consts
| none |
functions
| 5 | func ad_slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 6 | func ad_streq(a: *u8, b: *u8) -> i64 called by 1: main |
| 15 | func main(argc: i64, argv: *i64) -> i64 |