Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ai-sdk-cpp
/ TearDown
Method
TearDown
tests/unit/openai_client_test.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void TearDown() override {
26
client_.reset();
27
OpenAITestFixture::TearDown();
28
}
29
30
std::unique_ptr<ai::openai::OpenAIClient> client_;
31
};
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected