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

Method RenameActiveOptions

vkconfig_core/executable.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void Executable::RenameActiveOptions(const std::string& label) {
200 ExecutableOptions* options = this->GetActiveOptions();
201 this->active_options = options->label = label;
202
203 this->SortOptions();
204}
205
206std::string Executable::GetActiveOptionsName() const { return this->active_options; }
207

Callers 2

TESTFunction · 0.80

Calls 2

GetActiveOptionsMethod · 0.95
SortOptionsMethod · 0.95

Tested by 1

TESTFunction · 0.64