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

Method load

src/framework/service/pluginservicecontext.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20bool PluginServiceContext::load(const QString &name, QString *errString)
21{
22 auto ins = this->create(name, errString);
23 if (!ins)
24 return false;
25 if (!this->append(name, ins, errString))
26 return false;
27 return true;
28}
29
30bool PluginServiceContext::unload(const QString &name)
31{

Callers 1

loadPluginMethod · 0.45

Calls 2

createMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected