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

Method isActiveProject

plugins/git/committoolview.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool CommitToolView::isActiveProject(const QModelIndex& idx) const
273{
274 return (m_view->isExpanded(m_proxymodel->mapFromSource(idx)));
275}
276
277void CommitToolView::activateProject(const QModelIndex& idx)
278{

Callers

nothing calls this directly

Calls 2

isExpandedMethod · 0.80
mapFromSourceMethod · 0.45

Tested by

no test coverage detected