Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
117
void Timers::removeTask(const std::shared_ptr<TimerTask> &task) {
118
removeTask(task->id_);
119
}
120
121
void Timers::removeTask(const int &taskId) {
122
auto it = timerMap_.find(taskId);
Callers
2
ClearTimer
Method · 0.80
PumpTimerLoopCallback
Method · 0.80
Calls
5
Unschedule
Method · 0.80
erase
Method · 0.80
find
Method · 0.45
end
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected