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

Function json_skip_value

ds4_server.c:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 (*p)++;
375 }
376}
377
378static bool json_skip_value_depth(const char **p, int depth) {
379 json_ws(p);
380 if (**p == '"') {
381 char *s = NULL;

Callers 15

json_raw_valueFunction · 0.85
json_minify_raw_valueFunction · 0.85
json_contentFunction · 0.85
parse_stopFunction · 0.85
parse_stream_optionsFunction · 0.85
parse_function_callFunction · 0.85
parse_tool_calls_valueFunction · 0.85

Calls 1

json_skip_value_depthFunction · 0.85

Tested by 1