Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
QString SessionManager::lastSession()
132
{
133
return d->settings.value(kGeneralGroup, kLastSession).toString();
134
}
135
136
QStringList SessionManager::sessionList()
137
{
Callers
2
initialize
Method · 0.80
updateSession
Method · 0.80
Calls
2
toString
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected