MCPcopy Create free account
hub / github.com/antirez/ds4 / json_skip

Function json_skip

gguf-tools/deepseek4-quantize.c:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 } else if (js[i] == '\\') {
294 esc = true;
295 } else if (js[i] == '"') {
296 break;
297 }
298 }
299 if (i >= (int)len) die("bad JSON: unterminated string");
300 json_add(&d, JT_STRING, start, i, parent);
301 continue;
302 }

Callers 4

json_obj_getFunction · 0.85
parse_shapeFunction · 0.85
shard_loadFunction · 0.85
db_openFunction · 0.85

Calls 1

json_is_descendantFunction · 0.85

Tested by

no test coverage detected