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

Method category

src/framework/lifecycle/pluginmetaobject.cpp:77–80  ·  view source on GitHub ↗

* @brief PluginMetaObject::category * 获取插件元数据中插件类别 * @return */

Source from the content-addressed store, hash-verified

75 * @return
76 */
77QString PluginMetaObject::category() const
78{
79 return d->category;
80}
81
82/**
83 * @brief PluginMetaObject::urlLink

Callers 8

PluginMetaObjectMethod · 0.80
operator<<Function · 0.80
foreachFunction · 0.80
cleanupSemanticsScoreFunction · 0.80
displayMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected