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

Method GetRecentlyDeletedCategoriesCount

libs/map/bookmark_manager.cpp:418–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418size_t BookmarkManager::GetRecentlyDeletedCategoriesCount() const
419{
420 Platform::FilesList files;
421 Platform::GetFilesByExt(GetTrashDirectory(), kKmlExtension, files);
422 return files.size();
423}
424
425BookmarkManager::KMLDataCollectionPtr BookmarkManager::GetRecentlyDeletedCategories()
426{

Callers 1

UNIT_CLASS_TESTFunction · 0.80

Calls 2

GetTrashDirectoryFunction · 0.85
sizeMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.64