MCPcopy Create free account
hub / github.com/KDE/kdevelop / saveArea

Method saveArea

kdevplatform/shell/workingsetcontroller.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void WorkingSetController::saveArea(Sublime::Area* area)
258{
259 if (area && !area->workingSet().isEmpty()) {
260 workingSet(area->workingSet())->saveFromArea(area);
261 }
262}
263
264void WorkingSetController::changingWorkingSet(Sublime::Area *area, Sublime::Area *oldArea, const QString &from, const QString &to)
265{

Callers

nothing calls this directly

Calls 4

workingSetFunction · 0.85
saveFromAreaMethod · 0.80
isEmptyMethod · 0.45
workingSetMethod · 0.45

Tested by

no test coverage detected