MCPcopy 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
39void ServerRconThread::stop() {
40 m_stop = true;
41 m_rconServer.stop();
42 clearClients(true);
43}
44
45void ServerRconThread::run() {
46 try {

Callers 1

clearClientsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected