MCPcopy 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
128WorkingSet* WorkingSetController::newWorkingSet(const QString& prefix)
129{
130 return workingSet(makeSetId(prefix));
131}
132
133WorkingSet* WorkingSetController::workingSet(const QString& id)
134{

Callers 2

viewAddedMethod · 0.80
duplicateSetMethod · 0.80

Calls 1

workingSetFunction · 0.85

Tested by

no test coverage detected