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