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

Function IsArray

vkconfig_core/setting.cpp:152–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool IsArray(SettingType type) { return type == SETTING_FLAGS || type == SETTING_LIST; }
153
154SettingData::SettingData(const std::string& key, const SettingType& type) : key(key), type(type) { assert(!this->key.empty()); }
155

Callers 5

GenerateSettingsTXTFunction · 0.85
GenerateSettingsCodeFunction · 0.85
GenerateSettingsEnvFunction · 0.85
WriteSettingsDetailsHtmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected