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

Method is_valid

tests/utils/mock_anthropic_client.cpp:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool ControllableAnthropicClient::is_valid() const {
127 return !should_fail_;
128}
129
130std::string ControllableAnthropicClient::provider_name() const {
131 return "anthropic";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected