Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stop
Method
stop
source/server/StarServerRconThread.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void ServerRconThread::stop() {
40
m_stop = true;
41
m_rconServer.stop();
42
clearClients(true);
43
}
44
45
void ServerRconThread::run() {
46
try {
Callers
1
clearClients
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected