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

Function updateMasterAuthConfig

src/config.cpp:2621–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2619}
2620
2621static int updateMasterAuthConfig(sds, sds, const char **) {
2622 updateMasterAuth();
2623 return 1;
2624}
2625
2626static int updateAppendonly(int val, int prev, const char **err) {
2627 UNUSED(prev);

Callers

nothing calls this directly

Calls 1

updateMasterAuthFunction · 0.85

Tested by

no test coverage detected