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

Method Closed

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

Source from the content-addressed store, hash-verified

48 }
49
50 bool Closed() const noexcept {
51 return Fd_.Closed();
52 }
53
54 void Close() noexcept {
55 Fd_.Close();

Callers 1

ConnectDFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected