Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
196
bool Socket::isOpen() const {
197
return m_socketMode != SocketMode::Closed;
198
}
199
200
void Socket::shutdown() {
201
ReadLocker locker(m_mutex);
Callers
7
poll
Method · 0.45
IODeviceCallbacks
Method · 0.45
CompressedAudioImpl
Method · 0.45
UncompressedAudioImpl
Method · 0.45
Audio
Method · 0.45
run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
2
run
Method · 0.36
run
Method · 0.36