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

Method Close

library/cpp/netliba/v6/udp_socket.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void TNetSocket::Close() {
116 if (IsValid()) {
117 s->Close();
118 }
119 }
120
121 void TNetSocket::SendSelfFakePacket() const {
122 s->CancelWait();

Callers

nothing calls this directly

Calls 1

IsValidFunction · 0.85

Tested by

no test coverage detected