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

Method BenchCodeCompletion

plugins/clang/tests/bench_codecompletion.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using namespace KDevelop;
26
27BenchCodeCompletion::BenchCodeCompletion()
28 : m_index(new ClangIndex)
29 , m_model(new ClangCodeCompletionModel(m_index.data(), this))
30{
31 m_model->initialize();
32}
33
34BenchCodeCompletion::~BenchCodeCompletion() = default;
35

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
initializeMethod · 0.45

Tested by

no test coverage detected