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

Function updateTlsCfgBool

src/config.cpp:2750–2754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2748 return 1;
2749}
2750static int updateTlsCfgBool(int val, int prev, const char **err) {
2751 UNUSED(val);
2752 UNUSED(prev);
2753 return updateTlsCfg(NULL, NULL, err);
2754}
2755
2756static int updateTlsCfgInt(long long val, long long prev, const char **err) {
2757 UNUSED(val);

Callers

nothing calls this directly

Calls 1

updateTlsCfgFunction · 0.85

Tested by

no test coverage detected