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

Function setDeferredPushLen

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

Source from the content-addressed store, hash-verified

663}
664
665void setDeferredPushLen(client *c, void *node, long length) {
666 serverAssert(c->resp >= 3);
667 setDeferredAggregateLen(c,node,length,'>');
668}
669
670/* Add a double as a bulk reply */
671void addReplyDouble(client *c, double d) {

Callers

nothing calls this directly

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected