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

Function tool_memory_max_bytes

ds4_server.c:7771–7773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7769 * of a "completed" wrapper marked failed in a sub-field. */
7770 const char *event_type = "response.completed";
7771 if (finish && !strcmp(finish, "error")) event_type = "response.failed";
7772 else if (finish && !strcmp(finish, "length")) event_type = "response.incomplete";
7773 const char *status = responses_status_for_finish(finish);
7774
7775 buf b = {0};
7776 buf_printf(&b,

Callers 1

tool_memory_prune_lockedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected