MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / MakeConfigurationPath

Function MakeConfigurationPath

vkconfig_core/configuration_manager.cpp:207–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207static Path MakeConfigurationPath(const std::string &key) { return RelativePath(Path::CONFIGS) + "/" + key + ".json"; }
208
209void ConfigurationManager::SaveAllConfigurations() const {
210 for (std::size_t i = 0, n = available_configurations.size(); i < n; ++i) {

Callers 1

Calls 1

RelativePathFunction · 0.85

Tested by

no test coverage detected