Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
bool SettingsPrivate::isRemovable(const QString &group, const QString &key) const
128
{
129
return settingData.values.value(group).contains(key);
130
}
131
132
Settings::Settings(QObject *parent)
133
: QObject(parent),
Callers
1
setValue
Method · 0.80
Calls
2
contains
Method · 0.45
value
Method · 0.45
Tested by
no test coverage detected