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

Function GetFileDownloadPath

libs/platform/local_country_file_utils.cpp:321–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321string GetFileDownloadPath(int64_t version, string const & dataDir, string const & countryName, MapFileType type)
322{
323 return GetFilePath(version, dataDir, countryName, type) + READY_FILE_EXTENSION;
324}
325
326std::unique_ptr<ModelReader> GetCountryReader(LocalCountryFile const & file, MapFileType type)
327{

Callers 10

GetFilePathByUrlFunction · 0.70
GetFileDownloadPathMethod · 0.50
DownloadCountryMethod · 0.50
OnDownloadFinishedMethod · 0.50
GetFileDownloadPathMethod · 0.50
ApplyDiffMethod · 0.50
UNIT_TESTFunction · 0.50
UNIT_TESTFunction · 0.50

Calls 1

GetFilePathFunction · 0.70

Tested by 2

UNIT_TESTFunction · 0.40
UNIT_TESTFunction · 0.40