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

Method SettingData

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

Source from the content-addressed store, hash-verified

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
156bool SettingData::Equal(const SettingData& other) const {
157 if (this->key != other.key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected