Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOpen
Method
IsOpen
library/cpp/neh/asio/asio.cpp:148–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
bool TTcpSocket::IsOpen() const noexcept {
149
return Native() != INVALID_SOCKET;
150
}
151
152
void TTcpSocket::Shutdown(TShutdownMode what, TErrorCode& ec) {
153
return Impl_->Shutdown(what, ec);
Callers
1
OnError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected