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

Method HasActiveOptions

vkconfig_core/executable.cpp:235–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233const ExecutableOptions* Executable::GetActiveOptions() const { return const_cast<Executable*>(this)->GetActiveOptions(); }
234
235bool Executable::HasActiveOptions() const {
236 if (this->options_list.empty()) {
237 return false;
238 }
239
240 return this->GetActiveOptions() != nullptr;
241}
242
243Path Executable::GetLocalLayersSettingsPath() const {
244 assert(this->GetActiveOptions() != nullptr);

Callers 1

TESTFunction · 0.80

Calls 1

GetActiveOptionsMethod · 0.95

Tested by 1

TESTFunction · 0.64