code wiki / _hdl_build / nx_code_archscan.nx
nx_code_archscan.nx
buildroot/runtime/_hdl_build/nx_code_archscan.nx
about
nx_code_archscan.nx -- Analyzes a repository to count source files by language, detect library fingerprints, and categorize technical stack components.
dependencies 4 imports · 0 importers
imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.nxnx_dir.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
| 11 | const K_MAGIC_8192: i64 = 8192 |
| 12 | const K_MAGIC_2097152: i64 = 2097152 |
| 13 | const K_MAGIC_4096: i64 = 4096 |
| 14 | const K_MAGIC_262144: i64 = 262144 |
functions
| 16 | func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw(" calls 1: gw |
| 19 | func ends_with(name: *u8, nl: i64, suf: *u8) -> i64 |
| 27 | func has_sig(buf: *u8, n: i64, pat: *u8) -> i64 |
| 39 | func line_cat(label: *u8, flag: i64) -> i64 { if flag == 1 { gw(" [x] "); gw(label); gw("\n") } return 0 } |
| 41 | func main(argc: i64, argv: *i64) -> i64 |