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

Function addReplyPushLen

src/networking.cpp:940–943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

938}
939
940void addReplyPushLen(client *c, long length) {
941 serverAssert(c->resp >= 3);
942 addReplyAggregateLen(c,length,'>');
943}
944
945void addReplyNull(client *c) {
946 if (c->resp == 2) {

Callers 8

addReplyPubsubMessageFunction · 0.85
addReplyPubsubPatMessageFunction · 0.85
addReplyPubsubSubscribedFunction · 0.85
sendTrackingMessageFunction · 0.85
debugCommandFunction · 0.85

Calls 1

addReplyAggregateLenFunction · 0.85

Tested by

no test coverage detected