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