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

Method initialize

src/plugins/project/projectcore.cpp:39–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37static bool openFileWidgetInited = false;
38
39void ProjectCore::initialize()
40{
41 qInfo() << __FUNCTION__;
42 // 发布工程服务
43 QString errStr;
44 auto &ctx = dpfInstance.serviceContext();
45 if (!ctx.load(ProjectService::name(), &errStr)) {
46 qCritical() << errStr;
47 abort();
48 }
49}
50
51bool ProjectCore::start()
52{

Callers

nothing calls this directly

Calls 3

abortFunction · 0.85
nameFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected