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

Function streamFreeNACK

src/t_stream.cpp:2249–2251  ·  view source on GitHub ↗

Free a NACK entry. */

Source from the content-addressed store, hash-verified

2247
2248/* Free a NACK entry. */
2249void streamFreeNACK(streamNACK *na) {
2250 zfree(na);
2251}
2252
2253/* Free a consumer and associated data structures. Note that this function
2254 * 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.85

Tested by

no test coverage detected