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

Method itemsForPath

kdevplatform/project/projectmodel.cpp:1094–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1092}
1093
1094QList<ProjectBaseItem*> ProjectModel::itemsForPath(const IndexedString& path) const
1095{
1096 Q_D(const ProjectModel);
1097
1098 return d->pathLookupTable.values(IndexedStringView::fromString(path));
1099}
1100
1101ProjectBaseItem* ProjectModel::itemForPath(IndexedStringView path) const
1102{

Callers 1

testItemsForPathMethod · 0.45

Calls

no outgoing calls

Tested by 1

testItemsForPathMethod · 0.36