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

Method files

kdevplatform/tests/testproject.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89QList<ProjectFileItem*> TestProject::files() const
90{
91 QList<ProjectFileItem*> ret;
92 findFileItems(m_root, ret);
93 return ret;
94}
95
96QList<ProjectFileItem*> TestProject::filesForPath(const IndexedString& path) const
97{

Callers

nothing calls this directly

Calls 1

findFileItemsFunction · 0.85

Tested by

no test coverage detected