MCPcopy 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
72bool isGlobalPlugin( const KPluginMetaData& info )
73{
74 return info.value(KEY_Category()) == KEY_Global();
75}
76
77bool hasMandatoryProperties( const KPluginMetaData& info )
78{

Callers 2

initializeMethod · 0.85
updateLoadedPluginsMethod · 0.85

Calls 3

KEY_CategoryFunction · 0.85
KEY_GlobalFunction · 0.85
valueMethod · 0.45

Tested by

no test coverage detected