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

Function streamFreeNACK

app/redis-6.2.6/src/t_stream.c:2247–2249  ·  view source on GitHub ↗

Free a NACK entry. */

Source from the content-addressed store, hash-verified

2245
2246/* Free a NACK entry. */
2247void streamFreeNACK(streamNACK *na) {
2248 zfree(na);
2249}
2250
2251/* Free a consumer and associated data structures. Note that this function
2252 * will not reassign the pending messages associated with this consumer

Callers 4

rdbLoadObjectFunction · 0.85
streamReplyWithRangeFunction · 0.85
streamDelConsumerFunction · 0.85
xackCommandFunction · 0.85

Calls 1

zfreeFunction · 0.70

Tested by

no test coverage detected