nx_json_complete_gate.nx
buildroot/runtime/nx_json_complete_gate.nx
dependencies 1 imports · 0 importers
imports: nx_value_parse_json.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 jpg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 }; return n } called by 1: jpg_check |
| 3 | func jpg_check(s: *u8, want: i64, label: *u8) -> i64 |
| 10 | func main() -> i64 calls 1: jpg_check |