MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / isActive

Method isActive

source/core/StarSocket.cpp:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192bool Socket::isActive() const {
193 return m_socketMode > SocketMode::Shutdown;
194}
195
196bool Socket::isOpen() const {
197 return m_socketMode != SocketMode::Closed;

Callers 4

tickMethod · 0.45
isListeningMethod · 0.45
isListeningMethod · 0.45
setAcceptCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected