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

Method isEnabled

QodeAssistClient.cpp:482–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482bool QodeAssistClient::isEnabled(ProjectExplorer::Project *project) const
483{
484 if (!project)
485 return Settings::generalSettings().enableQodeAssist();
486
487 Settings::ProjectSettings settings(project);
488 return settings.isEnabled();
489}
490
491void QodeAssistClient::setupConnections()
492{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected