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

Function configure_client_socket

ds4_server.c:11374–11380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11372 prompt_tokens);
11373 } else if (anthropic_live_continuation) {
11374 server_log(DS4_LOG_PREFILL,
11375 "ds4-server: anthropic live continuation match=tool-output-ids ids=%d cached=%d prompt=%d",
11376 anthropic_live_match_ids,
11377 cached,
11378 prompt_tokens);
11379 } else if (thinking_live_continuation) {
11380 server_log(DS4_LOG_PREFILL,
11381 "ds4-server: thinking live continuation match=visible-prefix cached=%d prompt=%d",
11382 cached,
11383 prompt_tokens);

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected