MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / IsClosed

Method IsClosed

src/network/socket_wrapper.hpp:284–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282 }
283
284 inline bool IsClosed() {
285 return sockfd_ == INVALID_SOCKET;
286 }
287
288 inline void Close() {
289 if (!IsClosed()) {

Callers 2

ListenThreadMethod · 0.45
CheckLinkerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected