Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/ds4
/ id_list_free
Function
id_list_free
ds4_server.c:8324–8328 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8322
8323
va_list ap;
8324
va_start(ap, fmt);
8325
va_list copy;
8326
va_copy(copy, ap);
8327
int n = vsnprintf(NULL, 0, fmt, copy);
8328
va_end(copy);
8329
8330
pthread_mutex_lock(&server_log_mu);
8331
fprintf(stderr,
"%s "
, ts);
Callers
4
responses_validate_tool_outputs
Function · 0.85
anthropic_validate_tool_results
Function · 0.85
kv_cache_restore_tool_memory_for_messages
Function · 0.85
test_anthropic_tool_memory_replays_sampled_dsml
Function · 0.85
Calls
1
stop_list_clear
Function · 0.85
Tested by
1
test_anthropic_tool_memory_replays_sampled_dsml
Function · 0.68