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

Method SettingDataFilesystem

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

Source from the content-addressed store, hash-verified

62// SettingDataFilesystem
63
64SettingDataFilesystem::SettingDataFilesystem(const SettingMetaFilesystem* meta) : SettingData(meta->key, meta->type), meta(meta) {
65 assert(meta != nullptr);
66 this->Reset();
67}
68
69SettingDataFilesystem::SettingDataFilesystem(const std::string& key, const SettingType& type) : SettingData(key, type) {}
70

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.95

Tested by

no test coverage detected