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

Function setDeferredAttributeLen

src/networking.cpp:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void setDeferredAttributeLen(client *c, void *node, long length) {
820 serverAssert(c->resp >= 3);
821 setDeferredAggregateLen(c,node,length,'|');
822}
823
824void setDeferredPushLen(client *c, void *node, long length) {
825 serverAssert(c->resp >= 3);

Callers

nothing calls this directly

Calls 1

setDeferredAggregateLenFunction · 0.85

Tested by

no test coverage detected