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

Method findProject

plugins/git/repostatusmodel.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164QStandardItem* RepoStatusModel::findProject(const IProject* project) const
165{
166 if (!project)
167 return nullptr;
168 return findItemChild(invisibleRootItem(), project->name(), RepoStatusModel::NameRole);
169}
170
171RepoStatusModel::ProjectItem RepoStatusModel::projectItem(const IProject* p) const
172{

Callers

nothing calls this directly

Calls 2

findItemChildFunction · 0.70
nameMethod · 0.45

Tested by

no test coverage detected