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

Method StopServer

src/render_panel/gr_render_controller.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 bool GrRenderController::StopServer() {
50 tc::ServiceMessage srv_msg;
51 srv_msg.set_type(ServiceMessageType::kSrvStopServer);
52 auto sub = srv_msg.mutable_stop_server();
53 app_->PostMessage2Service(srv_msg.SerializeAsString());
54 return true;
55 }
56
57 bool GrRenderController::ReStart() {
58 tc::ServiceMessage srv_msg;

Callers 1

HandleStopServerMethod · 0.80

Calls 1

PostMessage2ServiceMethod · 0.80

Tested by

no test coverage detected