Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
namespace storage
6
{
7
TaskRunner::~TaskRunner()
8
{
9
CHECK(m_checker.CalledOnOriginalThread(), ());
10
}
11
12
void TaskRunner::Run()
13
{
Callers
nothing calls this directly
Calls
1
CalledOnOriginalThread
Method · 0.80
Tested by
no test coverage detected