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

Method Closed

util/network/socket.h:278–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 }
277
278 inline bool Closed() const noexcept {
279 return Fd_ == INVALID_SOCKET;
280 }
281
282 inline operator SOCKET() const noexcept {
283 return Fd_;

Callers 2

TFeatureCheckMethod · 0.45
DoConnectImplFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected