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

Function boolConfigRewrite

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

Source from the content-addressed store, hash-verified

1778}
1779
1780static void boolConfigRewrite(typeData data, const char *name, struct rewriteConfigState *state) {
1781 rewriteConfigYesNoOption(state, name,*(data.yesno.config), data.yesno.default_value);
1782}
1783
1784#define createBoolConfig(name, alias, flags, config_addr, default, is_valid, update) { \
1785 embedCommonConfig(name, alias, flags) \

Callers

nothing calls this directly

Calls 1

rewriteConfigYesNoOptionFunction · 0.85

Tested by

no test coverage detected