Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ allValues
Method
allValues
src/plugins/binarytools/mainframe/binarytoolssetting.cpp:48–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void BinaryToolsSetting::allValues()
49
{
50
QStringList keys = settings->allKeys();
51
for (QString key : keys) {
52
QVariant temp = settings->value(key);
53
}
54
}
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected