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

Method description

src/framework/lifecycle/pluginmetaobject.cpp:67–70  ·  view source on GitHub ↗

* @brief PluginMetaObject::description * 获取插件元数据中插件描述 * @return */

Source from the content-addressed store, hash-verified

65 * @return
66 */
67QString PluginMetaObject::description() const
68{
69 return d->description;
70}
71
72/**
73 * @brief PluginMetaObject::category

Callers 3

PluginMetaObjectMethod · 0.45
operator<<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected