MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / shouldCreateClient

Method shouldCreateClient

src/Extensions/LanguageServer.cpp:170–174  ·  view source on GitHub ↗

Private methods

Source from the content-addressed store, hash-verified

168
169// Private methods
170bool LanguageServer::shouldCreateClient()
171{
172 return SettingsManager::get("LSP/Use Linting " + language).toBool() ||
173 SettingsManager::get("LSP/Use Autocomplete " + language).toBool();
174}
175
176void LanguageServer::createClient()
177{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected