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

Method Size

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

Source from the content-addressed store, hash-verified

149bool ExecutableManager::Empty() const { return this->data.empty(); }
150
151std::size_t ExecutableManager::Size() const { return this->data.size(); }
152
153bool ExecutableManager::Load(const QJsonObject& json_root_object, ConfiguratorMode configurator_mode) {
154 (void)configurator_mode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected