MCPcopy Create free account
hub / github.com/F-Stack/f-stack / addReplyPushLen

Function addReplyPushLen

app/redis-6.2.6/src/networking.c:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779}
780
781void addReplyPushLen(client *c, long length) {
782 serverAssert(c->resp >= 3);
783 addReplyAggregateLen(c,length,'>');
784}
785
786void addReplyNull(client *c) {
787 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