Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ tool_schema_orders_add_json
Function
tool_schema_orders_add_json
ds4_server.c:1472–1474 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1470
return NULL;
1471
}
1472
p++;
1473
if (!strcmp(key,
"function"
)) {
1474
free(key);
1475
if (!json_raw_value(&p, &value)) return NULL;
1476
return value;
1477
}
Callers
4
parse_tools_value
Function · 0.85
test_tool_schema_order_from_anthropic_schema
Function · 0.85
make_bash_order
Function · 0.85
test_tool_checkpoint_minifies_json_parameters
Function · 0.85
Calls
1
tool_schema_orders_add_json_wire
Function · 0.85
Tested by
2
test_tool_schema_order_from_anthropic_schema
Function · 0.68
test_tool_checkpoint_minifies_json_parameters
Function · 0.68