Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ Exit
Method
Exit
src/service/render_manager.cpp:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void RenderManager::Exit() {
134
StopDesktopRender();
135
}
136
137
void RenderManager::CheckAliveRenders(const std::vector<std::shared_ptr<ProcessInfo>>& processes) {
138
LOGI(
"CheckAliveRender, process size: {}"
, processes.size());
Callers
1
StopAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected