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

Method fileName

src/framework/lifecycle/pluginmetaobject.cpp:211–214  ·  view source on GitHub ↗

* @brief PluginMetaObject::fileName * 获取插件文件路径名称 * @return */

Source from the content-addressed store, hash-verified

209 * @return
210 */
211QString PluginMetaObject::fileName() const
212{
213 return d->loader->fileName();
214}
215
216/**
217 * @brief PluginMetaObject::iid

Callers 15

calculateCacheSizeMethod · 0.80
runMethod · 0.80
stageChunkMethod · 0.80
getLSPInitParamMethod · 0.80
initializeMethod · 0.80
stopPluginMethod · 0.80
scanfAllPluginMethod · 0.80
rmExpiredLogsFunction · 0.80
redirectGlobalDebugFunction · 0.80
rmExpiredLogsFunction · 0.80
outCheckFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected