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

Method initialize

src/plugins/builder/buildercore.cpp:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13using namespace dpfservice;
14
15void BuilderCore::initialize()
16{
17 auto &ctx = dpfInstance.serviceContext();
18 QString errStr;
19 if (!ctx.load(BuilderService::name(), &errStr)) {
20 qCritical() << errStr;
21 abort();
22 }
23}
24
25bool BuilderCore::start()
26{

Callers

nothing calls this directly

Calls 3

abortFunction · 0.85
nameFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected