Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RGAA-Software/GoDesk
/ StopTimers
Method
StopTimers
src/render/app/app_timer.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void AppTimer::StopTimers() {
46
for (const auto& [duration, timer] : timers_) {
47
timer->stop();
48
}
49
}
50
51
void AppTimer::NotifyTimeout(AppTimerDuration duration) {
52
if (duration == AppTimerDuration::kTimerDuration1000) {
Callers
1
Exit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected