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

Method canOpenProject

QodeAssistClient.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253bool QodeAssistClient::canOpenProject(ProjectExplorer::Project *project)
254{
255 return isEnabled(project);
256}
257
258void QodeAssistClient::requestCompletions(TextEditor::TextEditorWidget *editor)
259{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected