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

Method stop

source/server/StarServerRconClient.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void ServerRconClient::stop() {
87 m_stop = true;
88 m_socket->close();
89}
90
91void ServerRconClient::processRequest() {
92 receive(4);

Callers 2

handleCommandMethod · 0.45
mainFunction · 0.45

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected