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

Method initialize

src/plugins/codeeditor/codeeditor.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void CodeEditor::initialize()
50{
51 qInfo() << __FUNCTION__;
52
53 QString errStr;
54 auto &ctx = dpfInstance.serviceContext();
55 if (!ctx.load(dpfservice::LanguageService::name(), &errStr)) {
56 qCritical() << errStr;
57 abort();
58 }
59}
60
61bool CodeEditor::start()
62{

Callers

nothing calls this directly

Calls 3

abortFunction · 0.85
nameFunction · 0.50
loadMethod · 0.45

Tested by

no test coverage detected