Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
585
bool WorkingSet::hasConnectedAreas() const
586
{
587
return !m_areas.isEmpty();
588
}
589
590
bool WorkingSet::hasConnectedArea(Sublime::Area *area) const
591
{
Callers
2
cleanup
Method · 0.80
updateFileButtons
Method · 0.80
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected