Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ value
Method
value
src/plugins/core/session/sessionmanager.cpp:245–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
QVariant SessionManager::value(const QString &key)
246
{
247
return d->values.value(key, QVariant());
248
}
249
250
bool SessionManager::loadSession(const QString &session)
251
{
Callers
15
getValue
Method · 0.45
replaceKey
Method · 0.45
allValues
Method · 0.45
initModel
Method · 0.45
defaultEnvironment
Method · 0.45
index
Method · 0.45
rowCount
Method · 0.45
addTool
Method · 0.45
mergeTools
Method · 0.45
save
Method · 0.45
findTool
Method · 0.45
checkAndAddToToolbar
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected