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

Function raxStop

app/redis-6.2.6/src/rax.c:1807–1810  ·  view source on GitHub ↗

Free the iterator. */

Source from the content-addressed store, hash-verified

1805
1806/* Free the iterator. */
1807void raxStop(raxIterator *it) {
1808 if (it->key != it->key_static_string) rax_free(it->key);
1809 raxStackFree(&it->stack);
1810}
1811
1812/* Return if the iterator is in an EOF state. This happens when raxSeek()
1813 * failed to seek an appropriate element, so that raxNext() or raxPrev()

Callers 15

rewriteConfigUserOptionFunction · 0.85
scanLaterStreamListpacksFunction · 0.85
defragRadixTreeFunction · 0.85
disableTrackingFunction · 0.85
trackingInvalidateKeyRawFunction · 0.85
trackingLimitUsedSlotsFunction · 0.85
genRedisInfoStringFunction · 0.85

Calls 1

raxStackFreeFunction · 0.85

Tested by

no test coverage detected