logic: sort custom indexer commands by indexed file size and name
This commit is contained in:
@@ -8,6 +8,8 @@ class FilePath;
|
||||
|
||||
namespace utility
|
||||
{
|
||||
std::vector<FilePath> partitionFilePathsBySize(std::vector<FilePath> filePaths, int partitionCount = 0);
|
||||
|
||||
std::vector<FilePath> getTopLevelPaths(const std::vector<FilePath>& paths);
|
||||
std::vector<FilePath> getTopLevelPaths(const std::set<FilePath>& paths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user