MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / setShouldTimeout

Method setShouldTimeout

tests/utils/mock_anthropic_client.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ControllableAnthropicClient::setShouldTimeout(bool timeout) {
34 should_timeout_ = timeout;
35}
36
37void ControllableAnthropicClient::reset() {
38 predefined_response_ = AnthropicResponseBuilder::buildSuccessResponse();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected