Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOpen
Method
IsOpen
library/cpp/coroutine/engine/sockpool.h:67–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool IsOpen() const noexcept {
68
return IsInGoodState() && IsNotSocketClosedByOtherSide(Fd_);
69
}
70
71
void Touch() noexcept {
72
TouchTime_ = TInstant::Now();
Callers
2
GetImpl
Method · 0.45
AllocateMore
Method · 0.45
Calls
1
IsNotSocketClosedByOtherSide
Function · 0.85
Tested by
no test coverage detected