MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stringConfigRewrite

Function stringConfigRewrite

app/redis-6.2.6/src/config.c:1818–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1816}
1817
1818static 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 */
1823static void sdsConfigInit(typeData data) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected