Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TPooledSocket
Method
~TPooledSocket
library/cpp/coroutine/engine/sockpool.h:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
~TPooledSocket() {
103
if (UncaughtException() && !!Impl_) {
104
Close();
105
}
106
}
107
108
operator SOCKET() const noexcept {
109
return Impl_->Socket();
Callers
nothing calls this directly
Calls
2
UncaughtException
Function · 0.85
Close
Function · 0.85
Tested by
no test coverage detected