Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ workingSetPersistent
Method
workingSetPersistent
kdevplatform/sublime/area.cpp:393–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
391
}
392
393
bool Area::workingSetPersistent() const
394
{
395
Q_D(const Area);
396
397
return d->workingSetPersists;
398
}
399
400
void Area::setWorkingSet(const QString &name, bool persistent, Area *oldArea)
401
{
Callers
6
addSession
Method · 0.80
debuggerStateChanged
Method · 0.80
backToCode
Method · 0.80
viewAdded
Method · 0.80
switchArea
Method · 0.80
closeReview
Method · 0.80
Calls
no outgoing calls
Tested by
1
switchArea
Method · 0.64