Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void ServerRconThread::start() {
35
m_stop = false;
36
Thread::start();
37
}
38
39
void ServerRconThread::stop() {
40
m_stop = true;
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected