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

Function kv_cache_store_live_prefix

ds4_server.c:8721–8725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8719 stop_list_clear(&st->call_ids);
8720 free(st->visible_text);
8721 st->visible_text = NULL;
8722 st->visible_len = 0;
8723 st->valid = false;
8724 st->live_tokens = 0;
8725}
8726
8727static void live_tool_state_free(live_tool_state *st) {
8728 if (!st) return;

Callers 3

kv_cache_store_currentFunction · 0.85
generate_jobFunction · 0.85

Calls 1

Tested by

no test coverage detected