Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
192
bool Socket::isActive() const {
193
return m_socketMode > SocketMode::Shutdown;
194
}
195
196
bool Socket::isOpen() const {
197
return m_socketMode != SocketMode::Closed;
Callers
4
tick
Method · 0.45
isListening
Method · 0.45
isListening
Method · 0.45
setAcceptCallback
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected