Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1258
void ShutDown(SOCKET s, int mode) {
1259
if (shutdown(s, mode)) {
1260
ythrow TSystemError() <<
"shutdown socket error"
;
1261
}
1262
}
Callers
2
ShutDown
Method · 0.85
ShutDown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected