MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / getDirsInDir

Function getDirsInDir

plugins/base/macro-condition-folder.cpp:102–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102static QSet<QString> getDirsInDir(const QString &path)
103{
104 QSet<QString> result;
105 for (const auto &dir : QDir(path).entryList(QDir::AllDirs)) {
106 result << dir;
107 }
108 return result;
109}
110
111static void reduceSetToPatternMatch(QSet<QString> &set,
112 const RegexConfig &regex,

Callers 2

DirectoryChangedMethod · 0.85
SetupWatcherMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected