MCPcopy 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 }

Calls 1