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

Function DeleteFromDiskWithIndexes

libs/storage/storage.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void DeleteFromDiskWithIndexes(LocalCountryFile const & localFile, MapFileType type)
65{
66 DeleteCountryIndexes(localFile);
67 localFile.DeleteFromDisk(type);
68}
69
70CountryTree::Node const & LeafNodeFromCountryId(CountryTree const & root, CountryId const & countryId)
71{

Callers 5

DeleteAllLocalMapsMethod · 0.85
RegisterAllLocalMapsMethod · 0.85
DeleteCountryFilesMethod · 0.85

Calls 2

DeleteCountryIndexesFunction · 0.85
DeleteFromDiskMethod · 0.45

Tested by

no test coverage detected