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

Function ShutDown

util/network/socket.cpp:1258–1262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256}
1257
1258void ShutDown(SOCKET s, int mode) {
1259 if (shutdown(s, mode)) {
1260 ythrow TSystemError() << "shutdown socket error";
1261 }
1262}

Callers 2

ShutDownMethod · 0.85
ShutDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected