Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
void 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
name
Method · 0.45
version
Method · 0.45
Tested by
no test coverage detected