Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
378
static 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_value
Function · 0.85
json_minify_raw_value
Function · 0.85
json_content
Function · 0.85
parse_thinking_control_value
Function · 0.85
parse_output_config_effort
Function · 0.85
parse_stop
Function · 0.85
parse_stream_options
Function · 0.85
parse_function_call
Function · 0.85
parse_tool_calls_value
Function · 0.85
openai_function_schema_from_tool
Function · 0.85
responses_special_schema_from_tool
Function · 0.85
responses_namespace_function_schema_from_tool
Function · 0.85
Calls
1
json_skip_value_depth
Function · 0.85
Tested by
1
test_json_skip_has_nesting_limit
Function · 0.68