MCPcopy Create free account
hub / github.com/catboost/catboost / Socket

Method Socket

library/cpp/coroutine/engine/sockpool.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 SOCKET Socket() const noexcept {
47 return Fd_;
48 }
49
50 bool Closed() const noexcept {
51 return Fd_.Closed();

Callers 1

TPooledSocketClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected