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

Method hasConnectedArea

kdevplatform/shell/workingsets/workingset.cpp:590–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590bool WorkingSet::hasConnectedArea(Sublime::Area *area) const
591{
592 return m_areas.contains(area);
593}
594
595void WorkingSet::connectArea( Sublime::Area* area )
596{

Callers 1

areaChangedMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected