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

Function addReplyAttributeLen

src/networking.cpp:935–938  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void addReplyAttributeLen(client *c, long length) {
936 serverAssert(c->resp >= 3);
937 addReplyAggregateLen(c,length,'|');
938}
939
940void addReplyPushLen(client *c, long length) {
941 serverAssert(c->resp >= 3);

Callers 1

debugCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected