MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / ConfigurationStringToTypeItem

Class ConfigurationStringToTypeItem

src/thundersvm/util/log.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 struct ConfigurationStringToTypeItem {
114 const char* configString;
115 ConfigurationType configType;
116 };
117
118 static struct ConfigurationStringToTypeItem configStringToTypeMap[] = {
119 { "enabled", ConfigurationType::Enabled },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected