| 251 | } |
| 252 | |
| 253 | bool QodeAssistClient::canOpenProject(ProjectExplorer::Project *project) |
| 254 | { |
| 255 | return isEnabled(project); |
| 256 | } |
| 257 | |
| 258 | void QodeAssistClient::requestCompletions(TextEditor::TextEditorWidget *editor) |
| 259 | { |
nothing calls this directly
no outgoing calls
no test coverage detected