MCPcopy Create free account
hub / github.com/KDE/kdevelop / addToFileSet

Method addToFileSet

kdevplatform/tests/testproject.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void TestProject::addToFileSet(ProjectFileItem* file)
104{
105 if (!m_fileSet.contains(file->indexedPath())) {
106 m_fileSet.insert(file->indexedPath());
107 emit fileAddedToSet(file);
108 }
109}
110
111void TestProject::removeFromFileSet(ProjectFileItem* file)
112{

Callers

nothing calls this directly

Calls 3

indexedPathMethod · 0.80
containsMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected