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