| 142 | {{"Open GUI", "${VULKAN_HOME}", ""}, {"Export GPU Info", "${VULKAN_HOME}", "--deviceindex=0 \"-s vulkanCapsViewer.json\""}}}}; |
| 143 | |
| 144 | std::string ExecutableManager::Log() const { |
| 145 | std::string log; |
| 146 | return log; |
| 147 | } |
| 148 | |
| 149 | bool ExecutableManager::Empty() const { return this->data.empty(); } |
| 150 |
nothing calls this directly
no outgoing calls
no test coverage detected