Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Destroy
Method
Destroy
library/cpp/coroutine/engine/sockpool.h:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
static void Destroy(TImpl* impl) noexcept {
26
impl->DoDestroy();
27
}
28
29
void DoDestroy() noexcept {
30
if (!Closed() && IsKeepAlive() && IsInGoodState()) {
Callers
2
Erase
Method · 0.45
Stop
Method · 0.45
Calls
1
DoDestroy
Method · 0.45
Tested by
no test coverage detected