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

Method lastSession

src/plugins/core/session/sessionmanager.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131QString SessionManager::lastSession()
132{
133 return d->settings.value(kGeneralGroup, kLastSession).toString();
134}
135
136QStringList SessionManager::sessionList()
137{

Callers 2

initializeMethod · 0.80
updateSessionMethod · 0.80

Calls 2

toStringMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected