Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ newWorkingSet
Method
newWorkingSet
kdevplatform/shell/workingsetcontroller.cpp:128–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
WorkingSet* WorkingSetController::newWorkingSet(const QString& prefix)
129
{
130
return workingSet(makeSetId(prefix));
131
}
132
133
WorkingSet* WorkingSetController::workingSet(const QString& id)
134
{
Callers
2
viewAdded
Method · 0.80
duplicateSet
Method · 0.80
Calls
1
workingSet
Function · 0.85
Tested by
no test coverage detected