MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / identifyMatch

Method identifyMatch

widgets/CompletionErrorHandler.cpp:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void CompletionErrorHandler::identifyMatch(
67 TextEditor::TextEditorWidget *editorWidget, int pos, ReportPriority report)
68{
69 if (!editorWidget || m_errorMessage.isEmpty()) {
70 report(Priority_None);
71 return;
72 }
73
74 report(Priority_Tooltip);
75}
76
77void CompletionErrorHandler::operateTooltip(
78 TextEditor::TextEditorWidget *editorWidget, const QPoint &point)

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected