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

Method name

src/framework/lifecycle/pluginmetaobject.cpp:231–234  ·  view source on GitHub ↗

* @brief PluginMetaObject::name * 获取插件元数据中名称 * @return */

Source from the content-addressed store, hash-verified

229 * @return
230 */
231QString PluginMetaObject::name() const
232{
233 return d->name;
234}
235
236/**
237 * @brief PluginDepend::PluginDepend

Callers 8

PluginMetaObjectMethod · 0.45
PluginDependMethod · 0.45
operator<<Function · 0.45
setPluginEnableMethod · 0.45
foreachFunction · 0.45
dependsSortMethod · 0.45
writeSettingsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected