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

Method inProject

kdevplatform/tests/testproject.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool TestProject::inProject(const IndexedString& path) const
72{
73 return m_path.isParentOf(Path(path.str()));
74}
75
76void findFileItems(ProjectBaseItem* root, QList<ProjectFileItem*>& items, const Path& path = {})
77{

Callers

nothing calls this directly

Calls 3

isParentOfMethod · 0.80
strMethod · 0.80
PathClass · 0.50

Tested by

no test coverage detected