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

Method Load

vkconfig_core/setting_string.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

ReadStringValueFunction · 0.85
ReadBoolValueFunction · 0.85

Tested by

no test coverage detected