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

Method itemForPath

kdevplatform/project/projectmodel.cpp:1101–1106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101ProjectBaseItem* ProjectModel::itemForPath(IndexedStringView path) const
1102{
1103 Q_D(const ProjectModel);
1104
1105 return d->pathLookupTable.value(path);
1106}
1107
1108void ProjectVisitor::visit( ProjectModel* model )
1109{

Callers 5

findProjectForUrlMethod · 0.80
iconNameForPathFunction · 0.80
findProjectForForPathFunction · 0.80
includePathsFunction · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected