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

Method Clear

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

Source from the content-addressed store, hash-verified

89}
90
91void ConfigurationManager::Clear() { this->available_configurations.clear(); }
92
93bool ConfigurationManager::Empty() const { return this->available_configurations.empty(); }
94

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected