MCPcopy Create free account
hub / github.com/comaps/comaps / Clear

Method Clear

libs/storage/storage.cpp:505–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503}
504
505void Storage::Clear()
506{
507 CHECK_THREAD_CHECKER(m_threadChecker, ());
508
509 m_downloader->Clear();
510 m_justDownloaded.clear();
511 m_failedCountries.clear();
512 m_localFiles.clear();
513 m_localFilesForFakeCountries.clear();
514 SaveDownloadQueue();
515}
516
517Storage::WorldStatus Storage::GetForceDownloadWorlds(std::vector<platform::CountryFile> & res) const
518{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected