MCPcopy Create free account
hub / github.com/KDE/kdevelop / allowAllLanguages

Function allowAllLanguages

kdevplatform/shell/ktexteditorpluginintegration.cpp:305–308  ·  view source on GitHub ↗

* @return whether disabledLanguages() should be ignored */

Source from the content-addressed store, hash-verified

303 * @return whether disabledLanguages() should be ignored
304 */
305[[nodiscard]] bool allowAllLanguages()
306{
307 return qEnvironmentVariableIsSet(allowAllEnvironmentVariableName.data());
308}
309
310} // namespace LspPlugin
311

Callers 2

adjustPluginPageAdapterFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected