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

Method ignoreFile

launcher/FileIgnoreProxy.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268bool FileIgnoreProxy::ignoreFile(QFileInfo fileInfo) const
269{
270 return m_ignoreFiles.contains(fileInfo.fileName()) || m_ignoreFilePaths.covers(relPath(fileInfo.absoluteFilePath()));
271}
272
273bool FileIgnoreProxy::filterFile(const QString& fileName) const
274{

Callers

nothing calls this directly

Calls 2

coversMethod · 0.80
containsMethod · 0.45

Tested by

no test coverage detected