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

Function CleanupMapsDirectory

libs/platform/local_country_file_utils.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void CleanupMapsDirectory(int64_t latestVersion)
278{
279 std::vector<LocalCountryFile> localFiles;
280 FindAllLocalMapsAndCleanup(latestVersion, localFiles);
281}
282
283bool ParseVersion(string const & s, int64_t & version)
284{

Callers 1

UNIT_TESTFunction · 0.85

Calls 1

Tested by 1

UNIT_TESTFunction · 0.68