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

Method isOpen

source/core/StarSocket.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool Socket::isOpen() const {
197 return m_socketMode != SocketMode::Closed;
198}
199
200void Socket::shutdown() {
201 ReadLocker locker(m_mutex);

Callers 7

pollMethod · 0.45
IODeviceCallbacksMethod · 0.45
CompressedAudioImplMethod · 0.45
UncompressedAudioImplMethod · 0.45
AudioMethod · 0.45
runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
runMethod · 0.36