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

Method getMap

src/plugins/codeeditor/gui/settings/editorsettings.cpp:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155QMap<QString, QVariant> EditorSettings::getMap(const QString &node)
156{
157 const auto &stList = d->settingDatas.value(node);
158 QMap<QString, QVariant> map;
159 for (const auto &st : stList)
160 map.insert(st.group, st.data);
161 return map;
162}

Callers 4

initUIMethod · 0.80
setUserConfigMethod · 0.80
setUserConfigMethod · 0.80
updateSettingsMethod · 0.80

Calls 2

insertMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected