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

Method SettingDataFileSave

vkconfig_core/setting_filesystem.cpp:182–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180// SettingDataFileSave
181
182SettingDataFileSave::SettingDataFileSave(const SettingMetaFileSave* meta)
183 : SettingDataFilesystem(meta->key, meta->type), meta(meta) {}
184
185void SettingDataFileSave::Copy(const SettingData* data) {
186 if (data->type != this->type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected