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

Function InstantiateString

vkconfig_core/test/test_layer.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include <regex>
35
36static SettingMetaString* InstantiateString(Layer& layer, const std::string& key) {
37 return static_cast<SettingMetaString*>(layer.Instantiate(layer.settings, key, SETTING_STRING));
38}
39
40TEST(test_layer, collect_settings) {
41 Layer layer;

Callers 1

TESTFunction · 0.70

Calls 1

InstantiateMethod · 0.45

Tested by

no test coverage detected