Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Clear
Method
Clear
libs/storage/storage_tests/fake_map_files_downloader.cpp:51–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void FakeMapFilesDownloader::Clear()
52
{
53
CHECK_THREAD_CHECKER(m_checker, ());
54
55
m_queue.Clear();
56
m_writer.reset();
57
++m_timestamp;
58
}
59
60
QueueInterface const & FakeMapFilesDownloader::GetQueue() const
61
{
Callers
2
InitStorage
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
1
reset
Method · 0.45
Tested by
2
InitStorage
Function · 0.36
UNIT_TEST
Function · 0.36