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

Method configurationTypeToString

settings/ConfigurationManager.cpp:173–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173QString ConfigurationManager::configurationTypeToString(ConfigurationType type) const
174{
175 switch (type) {
176 case ConfigurationType::CodeCompletion:
177 return "code_completion";
178 case ConfigurationType::Chat:
179 return "chat";
180 case ConfigurationType::QuickRefactor:
181 return "quick_refactor";
182 }
183 return "unknown";
184}
185
186QString ConfigurationManager::getConfigurationDirectory(ConfigurationType type) const
187{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected