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

Function updateProcTitleTemplate

src/config.cpp:2519–2527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2517}
2518
2519static int updateProcTitleTemplate(char *val, char *prev, const char **err) {
2520 UNUSED(val);
2521 UNUSED(prev);
2522 if (redisSetProcTitle(NULL) == C_ERR) {
2523 *err = "failed to set process title";
2524 return 0;
2525 }
2526 return 1;
2527}
2528
2529static int updateHZ(long long val, long long prev, const char **err) {
2530 UNUSED(prev);

Callers

nothing calls this directly

Calls 1

redisSetProcTitleFunction · 0.85

Tested by

no test coverage detected