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

Method depends

src/framework/lifecycle/pluginmetaobject.cpp:97–100  ·  view source on GitHub ↗

* @brief PluginMetaObject::depends * 获取插件元数据中插件启动依赖 * @return */

Source from the content-addressed store, hash-verified

95 * @return
96 */
97QList<PluginDepend> PluginMetaObject::depends() const
98{
99 return d->depends;
100}
101
102QList<PluginInstallDepend> PluginMetaObject::installDepends() const
103{

Callers 5

PluginMetaObjectMethod · 0.80
operator<<Function · 0.80
dependsSortMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected