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

Method ReStartRender

src/service/render_manager.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 bool RenderManager::ReStartRender(const std::string& work_dir, const std::string& app_path, const std::vector<std::string>& args) {
223 return false;
224 }
225
226 bool RenderManager::StopRender(RenderProcessId id) {
227 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected