MCPcopy 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
51void FakeMapFilesDownloader::Clear()
52{
53 CHECK_THREAD_CHECKER(m_checker, ());
54
55 m_queue.Clear();
56 m_writer.reset();
57 ++m_timestamp;
58}
59
60QueueInterface const & FakeMapFilesDownloader::GetQueue() const
61{

Callers 2

InitStorageFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

resetMethod · 0.45

Tested by 2

InitStorageFunction · 0.36
UNIT_TESTFunction · 0.36