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

Function streamIteratorStop

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

Stop the stream iterator. The only cleanup we need is to free the rax * iterator, since the stream iterator itself is supposed to be stack * allocated. */

Source from the content-addressed store, hash-verified

1314 * iterator, since the stream iterator itself is supposed to be stack
1315 * allocated. */
1316void streamIteratorStop(streamIterator *si) {
1317 raxStop(&si->ri);
1318}
1319
1320/* Delete the specified item ID from the stream, returning 1 if the item
1321 * was deleted 0 otherwise (if it does not exist). */

Callers 7

rewriteStreamObjectFunction · 0.85
xorObjectDigestFunction · 0.85
streamDeleteItemFunction · 0.85
streamLastValidIDFunction · 0.85
streamReplyWithRangeFunction · 0.85
xclaimCommandFunction · 0.85

Calls 1

raxStopFunction · 0.85

Tested by

no test coverage detected