MCPcopy Create free account
hub / github.com/CommE2E/comm / scheduleOrRun

Method scheduleOrRun

native/android/app/src/cpp/GlobalDBSingleton.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void GlobalDBSingleton::scheduleOrRun(const taskType task) {
14 this->scheduleOrRunCommonImpl(task);
15}
16
17void GlobalDBSingleton::scheduleOrRunCancellable(const taskType task) {
18 this->scheduleOrRunCancellableCommonImpl(task);

Callers 1

clearSensitiveDataMethod · 0.45

Calls 2

runMethod · 0.45

Tested by

no test coverage detected