Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
bool 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
QFileInfo
Class · 0.85
covers
Method · 0.80
QDir
Class · 0.70
Tested by
no test coverage detected