MCPcopy 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

StartServerSocketMethod · 0.45
StartClientSocketMethod · 0.45
DoConnectImplFunction · 0.45
DoConnectFunction · 0.45
TImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected