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

Function addReplySetLen

src/networking.cpp:930–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930void addReplySetLen(client *c, long length) {
931 int prefix = c->resp == 2 ? '*' : '~';
932 addReplyAggregateLen(c,length,prefix);
933}
934
935void addReplyAttributeLen(client *c, long length) {
936 serverAssert(c->resp >= 3);

Callers 3

spopWithCountCommandFunction · 0.85
sunionDiffGenericCommandFunction · 0.85
debugCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected