| 2090 | } |
| 2091 | |
| 2092 | static void stringConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) { |
| 2093 | rewriteConfigStringOption(state, name,*(data.string.config), data.string.default_value); |
| 2094 | } |
| 2095 | |
| 2096 | /* SDS Configs */ |
| 2097 | static void sdsConfigInit(typeData data) { |
nothing calls this directly
no test coverage detected