MCPcopy Create free account
hub / github.com/Tracktion/choc / clearInterval

Method clearInterval

choc/javascript/choc_javascript_Timer.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void clearInterval (int64_t timerID)
124 {
125 activeTimers.erase (timerID);
126 }
127 };
128
129 auto timerList = std::make_shared<TimerList> (context);

Callers 1

registerTimerFunctionsFunction · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected