Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ getValue
Method
getValue
src/plugins/binarytools/mainframe/binarytoolssetting.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
QVariant BinaryToolsSetting::getValue(const QString &key, const QVariant &defaultValue)
23
{
24
return settings->value(key, defaultValue);
25
}
26
27
QVariant BinaryToolsSetting::getValue(const QString &key)
28
{
Callers
2
updateSettings
Method · 0.45
fixIssueWithAi
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected