nx_fetch_status_live_gate_t252.nx
buildroot/runtime/nx_fetch_status_live_gate_t252.nx
about
Live transport witness: consume raw native HTTPS bytes through the shared status boundary.
Caller chooses URL and observation buffer; this gate does not expose response cookies or body.
dependencies 2 imports · 3 importers
imports: nx_https_fetch_lib.nxnx_fetch_any.nx
imported by: nx_fetch_capacity_gate_t253.nxnx_fetch_decode_capture_t253.nxnx_fetch_default_decode_gate_t253.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 5 | func hsl_size(s:*u8)->i64{var i:i64=0;var n:i64=0;if s[0]==0{return -1};while s[i]!=0{let d:i64=(s[i] as i64)-48;if d<0||d>9{return -1};if n>(9223372036854775807-d)/10{return -1};n=n*10+d;i=i+1};return n} |
| 6 | func main(argc:i64,argv:*i64)->i64 |