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

Method SettingDataFileLoad

vkconfig_core/setting_filesystem.cpp:142–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140// SettingDataFileLoad
141
142SettingDataFileLoad::SettingDataFileLoad(const SettingMetaFileLoad* meta)
143 : SettingDataFilesystem(meta->key, meta->type), meta(meta) {}
144
145void SettingDataFileLoad::Copy(const SettingData* data) {
146 if (data->type != this->type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected