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

Method PluginMetaObject

src/framework/lifecycle/pluginmetaobject.cpp:160–164  ·  view source on GitHub ↗

* @brief 默认构造函数 */

Source from the content-addressed store, hash-verified

158 * @brief 默认构造函数
159 */
160PluginMetaObject::PluginMetaObject()
161 : d(new PluginMetaObjectPrivate(this))
162{
163
164}
165
166/**
167 * @brief 拷贝构造函数

Callers

nothing calls this directly

Calls 10

iidMethod · 0.80
compatVersionMethod · 0.80
categoryMethod · 0.80
licenseMethod · 0.80
urlLinkMethod · 0.80
dependsMethod · 0.80
installDependsMethod · 0.80
nameMethod · 0.45
versionMethod · 0.45
descriptionMethod · 0.45

Tested by

no test coverage detected