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

Method setPluginEnable

src/framework/lifecycle/pluginsetting.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void PluginSetting::setPluginEnable(const PluginMetaObject &meta, bool enabled)
22{
23 beginGroup(meta.name());
24 setValue(PLUGIN_VERSION, meta.version());
25 setValue(ENABLED, enabled);
26 endGroup();
27}

Callers

nothing calls this directly

Calls 2

nameMethod · 0.45
versionMethod · 0.45

Tested by

no test coverage detected