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

Method SetDownloadingPolicy

libs/storage/storage.cpp:472–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void Storage::SetDownloadingPolicy(DownloadingPolicy * policy)
473{
474 CHECK_THREAD_CHECKER(m_threadChecker, ());
475
476 m_downloadingPolicy = policy;
477 m_downloader->SetDownloadingPolicy(policy);
478}
479
480void Storage::DeleteAllLocalMaps(CountriesVec * existedCountries /* = nullptr */)
481{

Callers 5

StorageMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
FrameworkMethod · 0.45

Calls

no outgoing calls

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36