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

Method GetFileDownloadPath

libs/storage/storage.cpp:1311–1314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311string Storage::GetFileDownloadPath(CountryId const & countryId, MapFileType type) const
1312{
1313 return platform::GetFileDownloadPath(m_currentVersion, m_dataDir, countryId, type);
1314}
1315
1316bool Storage::CheckFailedCountries(CountriesVec const & countries) const
1317{

Callers 2

DownloadMethod · 0.45
DownloadMethod · 0.45

Calls 1

GetFileDownloadPathFunction · 0.50

Tested by

no test coverage detected