MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / handleSaveSession

Method handleSaveSession

src/plugins/codeeditor/gui/workspacewidget.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void WorkspaceWidgetPrivate::handleSaveSession()
479{
480 sessionSrv->setValue(kOpenedFileList, q->openedFiles());
481 sessionSrv->setValue(kCurrentFile, q->currentFile());
482}
483
484void WorkspaceWidgetPrivate::handleSessionLoaded()
485{

Callers

nothing calls this directly

Calls 3

setValueMethod · 0.45
openedFilesMethod · 0.45
currentFileMethod · 0.45

Tested by

no test coverage detected