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

Function PreparePlaceForCountryFiles

libs/platform/local_country_file_utils.cpp:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300std::shared_ptr<LocalCountryFile> PreparePlaceForCountryFiles(int64_t version, CountryFile const & countryFile)
301{
302 return PreparePlaceForCountryFiles(version, string(), countryFile);
303}
304
305std::shared_ptr<LocalCountryFile> PreparePlaceForCountryFiles(int64_t version, string const & dataDir,
306 CountryFile const & countryFile)

Callers 5

DownloadCountryMethod · 0.85
ApplyDiffMethod · 0.85
CreateDummyMapFileFunction · 0.85
UNIT_TESTFunction · 0.85

Calls 2

emptyMethod · 0.45

Tested by 2

CreateDummyMapFileFunction · 0.68
UNIT_TESTFunction · 0.68