MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / filterFile

Method filterFile

launcher/FileIgnoreProxy.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273bool FileIgnoreProxy::filterFile(const QString& fileName) const
274{
275 return blocked.covers(fileName) || ignoreFile(QFileInfo(QDir(root), fileName));
276}

Callers

nothing calls this directly

Calls 3

QFileInfoClass · 0.85
coversMethod · 0.80
QDirClass · 0.70

Tested by

no test coverage detected