| 111 | } |
| 112 | |
| 113 | struct ConfigurationStringToTypeItem { |
| 114 | const char* configString; |
| 115 | ConfigurationType configType; |
| 116 | }; |
| 117 | |
| 118 | static struct ConfigurationStringToTypeItem configStringToTypeMap[] = { |
| 119 | { "enabled", ConfigurationType::Enabled }, |
nothing calls this directly
no outgoing calls
no test coverage detected