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

Function addReplyMapLen

src/networking.cpp:924–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

922}
923
924void addReplyMapLen(client *c, long length) {
925 int prefix = c->resp == 2 ? '*' : '%';
926 if (c->resp == 2) length *= 2;
927 addReplyAggregateLen(c,length,prefix);
928}
929
930void addReplySetLen(client *c, long length) {
931 int prefix = c->resp == 2 ? '*' : '~';

Callers 12

genericHgetallCommandFunction · 0.85
memoryCommandFunction · 0.85
xinfoReplyWithStreamInfoFunction · 0.85
xinfoCommandFunction · 0.85
debugCommandFunction · 0.85
addReplyLoadedModulesFunction · 0.85
stralgoLCSFunction · 0.85
clientCommandFunction · 0.85
helloCommandFunction · 0.85
aclCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected