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

Method AppendExecutable

vkconfig_core/executable_manager.cpp:318–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318bool ExecutableManager::AppendExecutable(const Executable& executable) {
319 this->data.push_back(executable);
320 return true;
321}
322
323bool ExecutableManager::AppendExecutable(const Path& executable_path) {
324 this->last_path_executable = executable_path;

Calls 1

ExecutableClass · 0.85

Tested by

no test coverage detected