MCPcopy Create free account
hub / github.com/NativeScript/android / removeTask

Method removeTask

test-app/runtime/src/main/cpp/Timers.cpp:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void Timers::removeTask(const std::shared_ptr<TimerTask> &task) {
118 removeTask(task->id_);
119}
120
121void Timers::removeTask(const int &taskId) {
122 auto it = timerMap_.find(taskId);

Callers 2

ClearTimerMethod · 0.80
PumpTimerLoopCallbackMethod · 0.80

Calls 5

UnscheduleMethod · 0.80
eraseMethod · 0.80
findMethod · 0.45
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected