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

Method hasConnectedAreas

kdevplatform/shell/workingsets/workingset.cpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585bool WorkingSet::hasConnectedAreas() const
586{
587 return !m_areas.isEmpty();
588}
589
590bool WorkingSet::hasConnectedArea(Sublime::Area *area) const
591{

Callers 2

cleanupMethod · 0.80
updateFileButtonsMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected