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

Method license

src/framework/lifecycle/pluginmetaobject.cpp:57–60  ·  view source on GitHub ↗

* @brief PluginMetaObject::license * 获取插件元数据中开源许可协议 * @return */

Source from the content-addressed store, hash-verified

55 * @return
56 */
57QStringList PluginMetaObject::license() const
58{
59 return d->license;
60}
61
62/**
63 * @brief PluginMetaObject::description

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected