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

Method isEnabledBySettings

src/framework/lifecycle/pluginmetaobject.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137bool PluginMetaObject::isEnabledBySettings()
138{
139 return d->enabledBySettings;
140}
141
142bool PluginMetaObject::isDisabledBySettings()
143{

Callers 4

loadPluginMethod · 0.80
writeSettingsMethod · 0.80
updateMethod · 0.80
changeLoadBtnStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected