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

Function setDeferredAttributeLen

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

Source from the content-addressed store, hash-verified

658}
659
660void setDeferredAttributeLen(client *c, void *node, long length) {
661 serverAssert(c->resp >= 3);
662 setDeferredAggregateLen(c,node,length,'|');
663}
664
665void setDeferredPushLen(client *c, void *node, long length) {
666 serverAssert(c->resp >= 3);

Callers

nothing calls this directly

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected