MCPcopy Create free account
hub / github.com/KDE/kdevelop / initialize

Method initialize

kdevplatform/language/codecompletion/codecompletionmodel.cpp:100–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void CodeCompletionModel::initialize()
101{
102 if (!m_thread) {
103 m_thread = new CompletionWorkerThread(this);
104#ifdef SINGLE_THREADED_COMPLETION
105 m_thread->m_worker = createCompletionWorker();
106#endif
107 m_thread->start();
108 }
109}
110
111CodeCompletionModel::~CodeCompletionModel()
112{

Callers 1

CodeCompletionMethod · 0.45

Calls 1

startMethod · 0.45

Tested by

no test coverage detected