code wiki / _hdl_build / nx_meet_bug_train.nx
nx_meet_bug_train.nx
buildroot/runtime/_hdl_build/nx_meet_bug_train.nx
about
nx_meet_bug_train.nx -- Seeds session-specific bug diagnoses into the Doctor's known-issue catalogue for autonomous resolution.
dependencies 4 imports · 0 importers
imports: nx_gate_gn.nxnx_syscalls.nxnx_seg_store.nxnx_known_issue_store.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
| 12 | const K_MAGIC_262144: i64 = 262144 |
| 13 | const K_MAGIC_2048: i64 = 2048 |
functions
| 15 | func gp(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 16 | func tlen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 18 | func idx_has(idx: *u8, ilen: i64, id: *u8) -> i64 |
| 29 | func main() -> i64 |