MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / call

Method call

src/utils/DeadlineTask.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void DeadlineTask::call() {
11 _task();
12 _task = empty_task;
13}
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected