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

Method ShutDown

util/network/socket.h:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 void Close() noexcept;
269
270 inline void ShutDown(int mode) const {
271 ::ShutDown(Fd_, mode);
272 }
273
274 inline void Swap(TSocketHolder& r) noexcept {
275 DoSwap(Fd_, r.Fd_);

Callers

nothing calls this directly

Calls 1

ShutDownFunction · 0.85

Tested by

no test coverage detected