Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
652
void addReplyStatus(client *c, const char *status) {
653
addReplyStatusLength(c,status,strlen(status));
654
}
655
656
void addReplyStatusFormat(client *c, const char *fmt, ...) {
657
va_list ap;
Callers
9
typeCommand
Function · 0.85
bgsaveCommand
Function · 0.85
addReplyCommandFlag
Function · 0.85
addReplyCommand
Function · 0.85
debugCommand
Function · 0.85
addReplyHelp
Function · 0.85
resetCommand
Function · 0.85
bgrewriteaofCommand
Function · 0.85
pfdebugCommand
Function · 0.85
Calls
1
addReplyStatusLength
Function · 0.85
Tested by
no test coverage detected