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

Method IsDownloadInProgress

libs/storage/storage.cpp:908–913  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

906}
907
908bool Storage::IsDownloadInProgress() const
909{
910 CHECK_THREAD_CHECKER(m_threadChecker, ());
911
912 return !m_downloader->GetQueue().IsEmpty();
913}
914
915void Storage::LoadCountriesFile(string const & pathToCountriesFile)
916{

Callers 8

InitStorageFunction · 0.80
ChangeCountryFunction · 0.80
UNIT_TESTFunction · 0.80
UNIT_CLASS_TESTFunction · 0.80
InitStorageFunction · 0.80
DownloadGroupFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 2

IsEmptyMethod · 0.45
GetQueueMethod · 0.45

Tested by 7

InitStorageFunction · 0.64
ChangeCountryFunction · 0.64
UNIT_TESTFunction · 0.64
UNIT_CLASS_TESTFunction · 0.64
InitStorageFunction · 0.64
DownloadGroupFunction · 0.64
UNIT_TESTFunction · 0.64