MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / Exit

Method Exit

src/render/network/ws_panel_client.cpp:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void WsPanelClient::Exit() {
92 if (client_) {
93 client_->stop();
94 }
95 }
96
97 void WsPanelClient::ReportStatistics() {
98 this->SendStatisticsInternal();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected