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

Method SettingMetaFileSave

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

Source from the content-addressed store, hash-verified

169const SettingType SettingMetaFileSave::TYPE(SETTING_SAVE_FILE);
170
171SettingMetaFileSave::SettingMetaFileSave(Layer& layer, const std::string& key) : SettingMetaFilesystem(layer, key, TYPE) {}
172
173SettingData* SettingMetaFileSave::Instantiate() {
174 SettingData* setting_data = new SettingDataFileSave(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected