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

Method ProcessRestartRender

src/service/service_msg_server.cpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 void ServiceMsgServer::ProcessRestartRender(const std::string& work_dir, const std::string& app_path, const std::vector<std::string>& args) {
161 render_manager_->ReStartDesktopRender(work_dir, app_path, args);
162 }
163
164 void ServiceMsgServer::ProcessHeartBeat(int64_t index) {
165 auto is_render_alive = render_manager_->IsDesktopRenderAlive();

Callers

nothing calls this directly

Calls 1

ReStartDesktopRenderMethod · 0.80

Tested by

no test coverage detected