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

Method getCallCount

tests/utils/mock_anthropic_client.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157int ControllableAnthropicClient::getCallCount() const {
158 return call_count_;
159}
160
161// AnthropicNetworkFailureSimulator implementation
162std::string AnthropicNetworkFailureSimulator::simulateFailure(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected