nx_mcp_sse_pool_gate_t316.nx
buildroot/runtime/nx_mcp_sse_pool_gate_t316.nx
dependencies 1 imports · 0 importers
imports: nx_mcp_pending.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
| 2 | func pg_len(s:*u8)->i64{var n:i64=0;while s[n]!=0 as u8{n=n+1};return n} |
| 3 | func pg_equal(a:*u8,n:i64,b:*u8)->i64{if n!=pg_len(b){return 0};var i:i64=0;while i<n{if a[i]!=b[i]{return 0};i=i+1};return 1} |
| 4 | func pg_has(a:*u8,n:i64,b:*u8)->i64{let bn:i64=pg_len(b);var i:i64=0;while i+bn<=n{var j:i64=0;while j<bn{if a[i+j]!=b[j]{break};j=j+1};if j==bn{return 1};i=i+1};return 0} |
| 5 | func pg_run(failure:i64)->i64 |
| 53 | func main()->i64 |