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

Function addReplyArrayLen

src/networking.cpp:920–922  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920void addReplyArrayLen(client *c, long length) {
921 addReplyAggregateLen(c,length,'*');
922}
923
924void addReplyMapLen(client *c, long length) {
925 int prefix = c->resp == 2 ? '*' : '%';

Callers 15

mexistsCommandFunction · 0.85
scanFilterAndReplyFunction · 0.85
pubsubCommandFunction · 0.85
latencyCommandFunction · 0.85
clusterCommandFunction · 0.85
execCommandFunction · 0.85
sortCommandFunction · 0.85
hmgetCommandFunction · 0.85
genericHgetallCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected