code wiki / _hdl_build / nx_toolchain_session_gate_20260910.nx
nx_toolchain_session_gate_20260910.nx
buildroot/runtime/_hdl_build/nx_toolchain_session_gate_20260910.nx
about
Private scratch-only toolchain session qualification. No production path is a fixture.
dependencies 2 imports · 0 importers
imports: nx_mgmt_api_toolchain_session_20260910.nxnx_gate_verdict.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
| 4 | func sg_file(path:*u8,text:*u8)->i64 called by 1: tg_case |
| 9 | func sg_path(root:*u8,name:*u8)->*u8 |
| 13 | func sg_same(path:*u8,digest:*u8)->i64 called by 1: tg_case |
| 16 | func sg_hash(path:*u8,budget:i64,out:*u8)->i64 called by 1: tg_case |
| 22 | func tg_app(out:*u8,at:i64,text:*u8)->i64 { let n:i64=fi_len(text);fi_copy(out+at,text,n);return at+n } |
| 23 | func tg_hex(out:*u8,at:i64,d:*u8)->i64 { let h:*u8="0123456789abcdef";var i:i64=0;while i<32 { let b:i64=d[i] as i64;out[at+i*2]=h[b>>4];out[at+i*2+1]=h[b&15];i=i+1 };return at+64 } called by 1: tg_request |
| 24 | func tg_request(intent:*u8,ih:*u8,reverse:*u8,rh:*u8)->*u8 |
| 27 | func tg_case(root:*u8,name:*u8,program:*u8,mode:i64,c:*i64)->i64 |
| 77 | func tg_identity(path:*u8)->i64 |
| 87 | func main(argc:i64,argv:*i64)->i64 |