Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ isOpen
Method
isOpen
source/game/StarNetPacketSocket.cpp:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
bool LocalPacketSocket::isOpen() const {
82
return m_incomingPipe && !m_outgoingPipe.expired();
83
}
84
85
void LocalPacketSocket::close() {
86
m_incomingPipe.reset();
Callers
6
cleanupAndCommit
Method · 0.45
updateParameters
Method · 0.45
StarCelestialDatabase.cpp
File · 0.45
isConnected
Method · 0.45
~WorldStorage
Method · 0.45
reapConnections
Method · 0.45
Calls
2
expired
Method · 0.45
isActive
Method · 0.45
Tested by
no test coverage detected