MCPcopy Index your code
hub / github.com/antirez/rax / raxIteratorNextStep

Function raxIteratorNextStep

rax.c:1313–1409  ·  view source on GitHub ↗

Do an iteration step towards the next element. At the end of the step the * iterator key will represent the (new) current key. If it is not possible * to step in the specified direction since there are no longer elements, the * iterator is flagged with RAX_ITER_EOF. * * If 'noup' is true the function starts directly scanning for the next * lexicographically smaller children, and the current

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

raxSeekFunction · 0.85
raxNextFunction · 0.85

Calls 5

raxStackPushFunction · 0.85
raxIteratorAddCharsFunction · 0.85
raxGetDataFunction · 0.85
raxStackPopFunction · 0.85
raxIteratorDelCharsFunction · 0.85

Tested by

no test coverage detected