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

Function sdsConfigRewrite

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

Source from the content-addressed store, hash-verified

1847}
1848
1849static void sdsConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) {
1850 rewriteConfigSdsOption(state, name, *(data.sds.config), data.sds.default_value ? sdsnew(data.sds.default_value) : NULL);
1851}
1852
1853
1854#define ALLOW_EMPTY_STRING 0

Callers

nothing calls this directly

Calls 2

rewriteConfigSdsOptionFunction · 0.85
sdsnewFunction · 0.85

Tested by

no test coverage detected