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

Method filesForPath

kdevplatform/tests/testproject.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96QList<ProjectFileItem*> TestProject::filesForPath(const IndexedString& path) const
97{
98 QList<ProjectFileItem*> ret;
99 findFileItems(m_root, ret, Path(path.toUrl()));
100 return ret;
101}
102
103void TestProject::addToFileSet(ProjectFileItem* file)
104{

Callers

nothing calls this directly

Calls 3

findFileItemsFunction · 0.85
PathClass · 0.50
toUrlMethod · 0.45

Tested by

no test coverage detected