MCPcopy Create free account
hub / github.com/comaps/comaps / ~TaskRunner

Method ~TaskRunner

libs/storage/storage_tests/task_runner.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace storage
6{
7TaskRunner::~TaskRunner()
8{
9 CHECK(m_checker.CalledOnOriginalThread(), ());
10}
11
12void TaskRunner::Run()
13{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected