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

Function includePathCompletionRequired

plugins/clang/codecompletion/model.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace {
31
32bool includePathCompletionRequired(const QString& text)
33{
34 const auto properties = IncludePathProperties::parseText(text);
35 return properties.valid;
36}
37
38QSharedPointer<CodeCompletionContext> createCompletionContext(const DUContextPointer& context,
39 const ParseSessionData::Ptr& session,

Callers 3

createCompletionContextFunction · 0.85
shouldStartCompletionMethod · 0.85
shouldAbortCompletionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected