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

Method IsRecentlyDeletedCategory

libs/map/bookmark_manager.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432bool BookmarkManager::IsRecentlyDeletedCategory(std::string const & filePath) const
433{
434 return filePath.find(GetTrashDirectory()) != std::string::npos;
435}
436
437void BookmarkManager::RecoverRecentlyDeletedCategoriesAtPaths(std::vector<std::string> const & filePaths)
438{

Callers

nothing calls this directly

Calls 2

GetTrashDirectoryFunction · 0.85
findMethod · 0.45

Tested by

no test coverage detected