MCPcopy 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
245QVariant SessionManager::value(const QString &key)
246{
247 return d->values.value(key, QVariant());
248}
249
250bool SessionManager::loadSession(const QString &session)
251{

Callers 15

getValueMethod · 0.45
replaceKeyMethod · 0.45
allValuesMethod · 0.45
initModelMethod · 0.45
defaultEnvironmentMethod · 0.45
indexMethod · 0.45
rowCountMethod · 0.45
addToolMethod · 0.45
mergeToolsMethod · 0.45
saveMethod · 0.45
findToolMethod · 0.45
checkAndAddToToolbarMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected