Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isConnected
Method
isConnected
kdevplatform/shell/workingsets/workingset.cpp:575–578 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
573
}
574
575
bool WorkingSet::isConnected( Sublime::Area* area )
576
{
577
return m_areas.contains( area );
578
}
579
580
QString WorkingSet::id() const
581
{
Callers
3
tryLockSession
Method · 0.80
loadArea
Method · 0.80
WorkingSetToolTipWidget
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected