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

Function addReplyAggregateLen

src/networking.cpp:915–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

913}
914
915void addReplyAggregateLen(client *c, long length, int prefix) {
916 serverAssert(length >= 0);
917 addReplyLongLongWithPrefix(c,length,prefix);
918}
919
920void addReplyArrayLen(client *c, long length) {
921 addReplyAggregateLen(c,length,'*');

Callers 5

addReplyArrayLenFunction · 0.85
addReplyMapLenFunction · 0.85
addReplySetLenFunction · 0.85
addReplyAttributeLenFunction · 0.85
addReplyPushLenFunction · 0.85

Calls 1

Tested by

no test coverage detected