nx_anti_slop_gate.nx
buildroot/runtime/nx_anti_slop_gate.nx
about
nx_anti_slop_gate.nx -- proves the anti-slop filter: real human content KEPT, slop DOWN-RANKED (never deleted).
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_anti_slop.nxnx_gate.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
| 6 | func asg_slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } called by 1: main |
| 8 | func main() -> i64 |