Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Release
Method
Release
util/network/socket.h:262–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
inline SOCKET Release() noexcept {
263
SOCKET ret = Fd_;
264
Fd_ = INVALID_SOCKET;
265
return ret;
266
}
267
268
void Close() noexcept;
269
Callers
5
StartServerSocket
Method · 0.45
StartClientSocket
Method · 0.45
DoConnectImpl
Function · 0.45
DoConnect
Function · 0.45
TImpl
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected