| 1816 | } |
| 1817 | |
| 1818 | static void stringConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) { |
| 1819 | rewriteConfigStringOption(state, name,*(data.string.config), data.string.default_value); |
| 1820 | } |
| 1821 | |
| 1822 | /* SDS Configs */ |
| 1823 | static void sdsConfigInit(typeData data) { |
nothing calls this directly
no test coverage detected