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

Function enumConfigRewrite

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

Source from the content-addressed store, hash-verified

1919}
1920
1921static void enumConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) {
1922 rewriteConfigEnumOption(state, name,*(data.enumd.config), data.enumd.enum_value, data.enumd.default_value);
1923}
1924
1925#define createEnumConfig(name, alias, flags, enum, config_addr, default, is_valid, update) { \
1926 embedCommonConfig(name, alias, flags) \

Callers

nothing calls this directly

Calls 1

rewriteConfigEnumOptionFunction · 0.85

Tested by

no test coverage detected