Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
590
bool WorkingSet::hasConnectedArea(Sublime::Area *area) const
591
{
592
return m_areas.contains(area);
593
}
594
595
void WorkingSet::connectArea( Sublime::Area* area )
596
{
Callers
1
areaChanged
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected