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

Method Reset

vkconfig_core/executable_manager.cpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void ExecutableManager::Reset() {
231 this->data = this->CreateDefaultExecutables();
232 this->active_executable = this->data[0].path;
233}
234
235bool ExecutableManager::Save(QJsonObject& json_root_object) const {
236 QJsonObject json_executables_object;

Callers 1

LoadMethod · 0.95

Calls 1

Tested by

no test coverage detected