Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
void CleanupMapsDirectory(int64_t latestVersion)
278
{
279
std::vector<LocalCountryFile> localFiles;
280
FindAllLocalMapsAndCleanup(latestVersion, localFiles);
281
}
282
283
bool ParseVersion(string const & s, int64_t & version)
284
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
1
FindAllLocalMapsAndCleanup
Function · 0.85
Tested by
1
UNIT_TEST
Function · 0.68