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

Method GetActiveExecutable

vkconfig_core/executable_manager.cpp:400–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400const Executable* ExecutableManager::GetActiveExecutable() const {
401 return const_cast<ExecutableManager*>(this)->GetActiveExecutable();
402}
403
404Executable* ExecutableManager::GetActiveExecutable() {
405 for (std::size_t i = 0, n = this->data.size(); i < n; ++i) {

Callers 2

UpdateConfigurationsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected