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

Function updateGoodSlaves

src/config.cpp:2613–2619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2611}
2612
2613static int updateGoodSlaves(long long val, long long prev, const char **err) {
2614 UNUSED(val);
2615 UNUSED(prev);
2616 UNUSED(err);
2617 refreshGoodSlavesCount();
2618 return 1;
2619}
2620
2621static int updateMasterAuthConfig(sds, sds, const char **) {
2622 updateMasterAuth();

Callers

nothing calls this directly

Calls 1

refreshGoodSlavesCountFunction · 0.85

Tested by

no test coverage detected