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

Function setDeferredPushLen

src/networking.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void setDeferredPushLen(client *c, void *node, long length) {
825 serverAssert(c->resp >= 3);
826 setDeferredAggregateLen(c,node,length,'>');
827}
828
829/* Add a double as a bulk reply */
830void addReplyDouble(client *c, double d) {

Callers

nothing calls this directly

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected