Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stop
Method
stop
source/server/StarServerQueryThread.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void ServerQueryThread::stop() {
54
m_stop = true;
55
m_queryServer.close();
56
}
57
58
void ServerQueryThread::sendTo(HostAddressWithPort const& address, DataStreamBuffer* ds) {
59
m_queryServer.send(address, ds->ptr(), ds->size());
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected