code wiki / _hdl_build / _stale_probe.nx

_stale_probe.nx

buildroot/runtime/_hdl_build/_stale_probe.nx

1707 B30 linesdepth 2pulls 2 transitivereach 0 importersview sourcekind probe
docsdependenciesstructsconstsfunctions

about

_stale_probe.nx -- verify the STALE-SUSPECT landmines LM-003 (>6 args) + LM-007 (*p as *u8 one-expression deref-cast) -- if the roots are fixed, retire the laws. license_tier: ORIGINAL

dependencies 1 imports · 0 importers

nx_syscalls.nx _stale_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 sp_p sys_write sp_seven sys_mmap sys_exit

structs

none

consts

none

functions

5func sp_p(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 }
called by 1: main calls 1: sys_write
7func sp_seven(a: i64, b: i64, c: i64, d: i64, e: i64, f: i64, g: i64) -> i64
called by 1: main
10func main() -> i64