MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isRunning

Method isRunning

Source/Basic/Scheduler.cpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 , _duration(0) { }
252
253bool SystemTimerBase::isRunning() const noexcept {
254 return _time < _duration;
255}
256
257bool SystemTimerBase::update(double deltaTime) {
258 _time += s_cast<float>(deltaTime);

Callers 2

scheduleMethod · 0.45
unscheduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected