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

Method SettingMetaFolderLoad

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

Source from the content-addressed store, hash-verified

198const SettingType SettingMetaFolderLoad::TYPE(SETTING_LOAD_FOLDER);
199
200SettingMetaFolderLoad::SettingMetaFolderLoad(Layer& layer, const std::string& key) : SettingMetaFilesystem(layer, key, TYPE) {}
201
202SettingData* SettingMetaFolderLoad::Instantiate() {
203 SettingData* setting_data = new SettingDataFolderLoad(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected