MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / stringConfigRewrite

Function stringConfigRewrite

src/config.cpp:2092–2094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2090}
2091
2092static 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 */
2097static void sdsConfigInit(typeData data) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected