MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / isEnabledPlugin

Method isEnabledPlugin

src/Deploy/src/pluginsparser.cpp:253–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool PluginsParser::isEnabledPlugin(const QString &plugin, const QString &package) const {
254 return _enabledPlugins[package].contains(plugin);
255}
256
257QStringList PluginsParser::defaultForbidenPlugins() {
258 return {

Callers

nothing calls this directly

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected