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

Function updateGoodSlaves

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

Source from the content-addressed store, hash-verified

2264}
2265
2266static int updateGoodSlaves(long long val, long long prev, const char **err) {
2267 UNUSED(val);
2268 UNUSED(prev);
2269 UNUSED(err);
2270 refreshGoodSlavesCount();
2271 return 1;
2272}
2273
2274static int updateAppendonly(int val, int prev, const char **err) {
2275 UNUSED(prev);

Callers

nothing calls this directly

Calls 1

refreshGoodSlavesCountFunction · 0.85

Tested by

no test coverage detected