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

Method item

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

Source from the content-addressed store, hash-verified

134}
135
136lsp::CompletionItem *CodeCompletionModel::item(const QModelIndex &index) const
137{
138 return static_cast<lsp::CompletionItem *>(index.internalPointer());
139}
140
141int CodeCompletionModel::columnCount(const QModelIndex &parent) const
142{

Callers 15

deleteUntrackedFilesMethod · 0.80
getFilesMethod · 0.80
acceptMethod · 0.80
acceptMethod · 0.80
createFileMethod · 0.80
descriptionMethod · 0.80
revisionFilesMethod · 0.80
createDataMethod · 0.80
closeAllProjectsMethod · 0.80
activeProjectInfoMethod · 0.80
setOpenedFilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected