Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stop
Method
stop
source/game/StarUniverseServer.cpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
void UniverseServer::stop() {
132
m_stop = true;
133
}
134
135
void UniverseServer::setPause(bool pause) {
136
ReadLocker clientsLocker(m_clientsLock);
Callers
5
~UniverseServer
Method · 0.45
setPause
Method · 0.45
run
Method · 0.45
shutdownInactiveWorlds
Method · 0.45
doDisconnection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected