MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / clear

Method clear

src/plugins/codeeditor/gui/completion/codecompletionmodel.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void CodeCompletionModel::clear()
104{
105 beginResetModel();
106 d->completionDatas.clear();
107 endResetModel();
108}
109
110void CodeCompletionModel::completionInvoked(TextEditor *editor, int position)
111{

Callers 10

onTabClosedMethod · 0.45
onCursorRecordChangedMethod · 0.45
hideEventMethod · 0.45
completionInvokedMethod · 0.45
abortCompletionMethod · 0.45
automaticInvocationMethod · 0.45
onTextAddedMethod · 0.45
onTextRemovedMethod · 0.45
updatePointSizesMethod · 0.45
setOpenedFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected