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

Function updateTlsCfgBool

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

Source from the content-addressed store, hash-verified

2362 return 1;
2363}
2364static int updateTlsCfgBool(int val, int prev, const char **err) {
2365 UNUSED(val);
2366 UNUSED(prev);
2367 return updateTlsCfg(NULL, NULL, err);
2368}
2369
2370static int updateTlsCfgInt(long long val, long long prev, const char **err) {
2371 UNUSED(val);

Callers

nothing calls this directly

Calls 1

updateTlsCfgFunction · 0.85

Tested by

no test coverage detected