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

Function DeleteCountryIndexes

libs/storage/storage.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57uint64_t constexpr kMaxSecondsTillNoEdits = 3600 * 24 * 31 * 6;
58
59void DeleteCountryIndexes(LocalCountryFile const & localFile)
60{
61 platform::CountryIndexes::DeleteFromDisk(localFile);
62}
63
64void DeleteFromDiskWithIndexes(LocalCountryFile const & localFile, MapFileType type)
65{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected