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

Method start

source/server/StarServerRconThread.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ServerRconThread::start() {
35 m_stop = false;
36 Thread::start();
37}
38
39void ServerRconThread::stop() {
40 m_stop = true;

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected