MCPcopy 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
81bool LocalPacketSocket::isOpen() const {
82 return m_incomingPipe && !m_outgoingPipe.expired();
83}
84
85void LocalPacketSocket::close() {
86 m_incomingPipe.reset();

Callers 6

cleanupAndCommitMethod · 0.45
updateParametersMethod · 0.45
isConnectedMethod · 0.45
~WorldStorageMethod · 0.45
reapConnectionsMethod · 0.45

Calls 2

expiredMethod · 0.45
isActiveMethod · 0.45

Tested by

no test coverage detected