Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isGlobalPlugin
Function
isGlobalPlugin
kdevplatform/shell/plugincontroller.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool isGlobalPlugin( const KPluginMetaData& info )
73
{
74
return info.value(KEY_Category()) == KEY_Global();
75
}
76
77
bool hasMandatoryProperties( const KPluginMetaData& info )
78
{
Callers
2
initialize
Method · 0.85
updateLoadedPlugins
Method · 0.85
Calls
3
KEY_Category
Function · 0.85
KEY_Global
Function · 0.85
value
Method · 0.45
Tested by
no test coverage detected