MCPcopy 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
53void ServerQueryThread::stop() {
54 m_stop = true;
55 m_queryServer.close();
56}
57
58void ServerQueryThread::sendTo(HostAddressWithPort const& address, DataStreamBuffer* ds) {
59 m_queryServer.send(address, ds->ptr(), ds->size());

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected