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

Method getConfigurationDirectory

settings/ConfigurationManager.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186QString ConfigurationManager::getConfigurationDirectory(ConfigurationType type) const
187{
188 QString path = QString("%1/qodeassist/configurations/%2")
189 .arg(Core::ICore::userResourcePath().toFSPathString(),
190 configurationTypeToString(type));
191 return path;
192}
193
194bool ConfigurationManager::ensureDirectoryExists(ConfigurationType type) const
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected