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

Function updateTlsCfgInt

src/config.cpp:2756–2760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2754}
2755
2756static int updateTlsCfgInt(long long val, long long prev, const char **err) {
2757 UNUSED(val);
2758 UNUSED(prev);
2759 return updateTlsCfg(NULL, NULL, err);
2760}
2761
2762static int updateTLSPortThread(long long val, bool fFirstCall, const char **err)
2763{

Callers

nothing calls this directly

Calls 1

updateTlsCfgFunction · 0.85

Tested by

no test coverage detected