MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / isRemovable

Method isRemovable

src/common/settings/settings.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127bool SettingsPrivate::isRemovable(const QString &group, const QString &key) const
128{
129 return settingData.values.value(group).contains(key);
130}
131
132Settings::Settings(QObject *parent)
133 : QObject(parent),

Callers 1

setValueMethod · 0.80

Calls 2

containsMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected