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

Method ProcessStartRender

src/service/service_msg_server.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149
150 void ServiceMsgServer::ProcessStartRender(const std::string& work_dir, const std::string& app_path, const std::vector<std::string>& args) {
151 if (!render_manager_->StartDesktopRender(work_dir, app_path, args)) {
152 LOGE("Start server failed!");
153 }
154 }
155
156 void ServiceMsgServer::ProcessStopRender() {
157 render_manager_->StopDesktopRender();

Callers

nothing calls this directly

Calls 1

StartDesktopRenderMethod · 0.80

Tested by

no test coverage detected