Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
253
bool PluginsParser::isEnabledPlugin(const QString &plugin, const QString &package) const {
254
return _enabledPlugins[package].contains(plugin);
255
}
256
257
QStringList PluginsParser::defaultForbidenPlugins() {
258
return {
Callers
nothing calls this directly
Calls
1
contains
Method · 0.80
Tested by
no test coverage detected