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

Function addReplyStatus

src/networking.cpp:652–654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650}
651
652void addReplyStatus(client *c, const char *status) {
653 addReplyStatusLength(c,status,strlen(status));
654}
655
656void addReplyStatusFormat(client *c, const char *fmt, ...) {
657 va_list ap;

Callers 9

typeCommandFunction · 0.85
bgsaveCommandFunction · 0.85
addReplyCommandFlagFunction · 0.85
addReplyCommandFunction · 0.85
debugCommandFunction · 0.85
addReplyHelpFunction · 0.85
resetCommandFunction · 0.85
bgrewriteaofCommandFunction · 0.85
pfdebugCommandFunction · 0.85

Calls 1

addReplyStatusLengthFunction · 0.85

Tested by

no test coverage detected