| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected