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

Method ~MockHTTPClient

tests/utils/mock_openai_client.h:20–20  ·  view source on GitHub ↗

Using simple function signatures to avoid GMock template issues

Source from the content-addressed store, hash-verified

18 public:
19 // Using simple function signatures to avoid GMock template issues
20 virtual ~MockHTTPClient() = default;
21 virtual bool post(const std::string& url,
22 const std::map<std::string, std::string>& headers,
23 const std::string& body,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected