Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ sessionFile
Method
sessionFile
src/plugins/core/session/sessionmanager.cpp:328–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
326
}
327
328
QString SessionManager::sessionFile(const QString &session)
329
{
330
QString format =
"%1/%2.session"
;
331
return format.arg(d->sessionConfigDir(), session);
332
}
Callers
2
restoreValues
Method · 0.80
updateSession
Method · 0.80
Calls
1
sessionConfigDir
Method · 0.80
Tested by
no test coverage detected