Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
void ServerRconClient::stop() {
87
m_stop = true;
88
m_socket->close();
89
}
90
91
void ServerRconClient::processRequest() {
92
receive(4);
Callers
2
handleCommand
Method · 0.45
main
Function · 0.45
Calls
1
close
Method · 0.45
Tested by
no test coverage detected