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

Method itemsForPath

kdevplatform/shell/project.cpp:576–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576QList< ProjectBaseItem* > Project::itemsForPath(const IndexedString& path) const
577{
578 Q_D(const Project);
579
580 return d->itemsForPath(path);
581}
582
583QList< ProjectFileItem* > Project::filesForPath(const IndexedString& file) const
584{

Callers 15

itemsForPathMethod · 0.45
inProjectMethod · 0.45
filesForPathMethod · 0.45
foldersForPathMethod · 0.45
selectItemsByPathsFunction · 0.45
classifyPathsFunction · 0.45
addFilesToTargetMethod · 0.45
testIncludePathsMethod · 0.45
testRelativePathsMethod · 0.45
testQt6AppMethod · 0.45

Calls

no outgoing calls

Tested by 9

testIncludePathsMethod · 0.36
testRelativePathsMethod · 0.36
testQt6AppMethod · 0.36
testKF6AppMethod · 0.36
testDefinesMethod · 0.36
addDuringImportMethod · 0.36