MCPcopy Create free account
hub / github.com/F-Stack/f-stack / addReplyStatus

Function addReplyStatus

app/redis-6.2.6/src/networking.c:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521void addReplyStatus(client *c, const char *status) {
522 addReplyStatusLength(c,status,strlen(status));
523}
524
525void addReplyStatusFormat(client *c, const char *fmt, ...) {
526 va_list ap;

Callers 9

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

Calls 1

addReplyStatusLengthFunction · 0.85

Tested by

no test coverage detected