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

Method solutionAssistant

plugins/clang/duchain/clangproblem.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170IAssistant::Ptr ClangProblem::solutionAssistant() const
171{
172 if (allFixits().isEmpty()) {
173 return {};
174 }
175
176 return IAssistant::Ptr(new ClangFixitAssistant(allFixits()));
177}
178
179ClangFixits ClangProblem::fixits() const
180{

Callers 10

testFixitsMethod · 0.45
testMissingIncludeMethod · 0.45
findProblemWithAssistantFunction · 0.45
testRenameAssistantMethod · 0.45
contextMenuExtensionMethod · 0.45
contextMenuEventMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by 8

testFixitsMethod · 0.36
testMissingIncludeMethod · 0.36
findProblemWithAssistantFunction · 0.36
testRenameAssistantMethod · 0.36