MCPcopy 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

GetImplMethod · 0.45
AllocateMoreMethod · 0.45

Calls 1

Tested by

no test coverage detected