Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ isExhausted
Method
isExhausted
core/base/Scheduler.cpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
bool Timer::isExhausted() const
116
{
117
return !_runForever && _timesExecuted > _repeat;
118
}
119
120
// TimerTargetSelector
121
Callers
2
schedule
Method · 0.80
isScheduled
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected