Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
908
bool Storage::IsDownloadInProgress() const
909
{
910
CHECK_THREAD_CHECKER(m_threadChecker, ());
911
912
return !m_downloader->GetQueue().IsEmpty();
913
}
914
915
void Storage::LoadCountriesFile(string const & pathToCountriesFile)
916
{
Callers
8
Java_app_organicmaps_sdk_downloader_MapManager_nativeIsDownloading
Function · 0.80
InitStorage
Function · 0.80
ChangeCountry
Function · 0.80
UNIT_TEST
Function · 0.80
UNIT_CLASS_TEST
Function · 0.80
InitStorage
Function · 0.80
DownloadGroup
Function · 0.80
UNIT_TEST
Function · 0.80
Calls
2
IsEmpty
Method · 0.45
GetQueue
Method · 0.45
Tested by
7
InitStorage
Function · 0.64
ChangeCountry
Function · 0.64
UNIT_TEST
Function · 0.64
UNIT_CLASS_TEST
Function · 0.64
InitStorage
Function · 0.64
DownloadGroup
Function · 0.64
UNIT_TEST
Function · 0.64