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

Method Load

vkconfig_core/setting_bool.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool SettingMetaBool::Load(const QJsonObject& json_setting) {
41 this->default_value = ReadBoolValue(json_setting, "default");
42 return true;
43}
44
45std::string SettingMetaBool::Export(ExportMode export_mode) const {
46 (void)export_mode;

Callers

nothing calls this directly

Calls 1

ReadBoolValueFunction · 0.85

Tested by

no test coverage detected