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

Method Exit

src/render/network/render_service_client.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void RenderServiceClient::Exit() {
85 if (client_) {
86 client_->stop();
87 }
88 }
89
90 bool RenderServiceClient::IsAlive() {
91 return client_ && client_->is_started();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected