MCPcopy Create free account
hub / github.com/antirez/ds4 / raxIteratorIsInlineLeaf

Function raxIteratorIsInlineLeaf

rax.c:1557–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555}
1556
1557static inline int raxIteratorIsInlineLeaf(raxIterator *it) {
1558 return it->flags & RAX_ITER_INLINE_LEAF;
1559}
1560
1561static inline void raxIteratorClearInlineLeaf(raxIterator *it) {
1562 it->flags &= ~RAX_ITER_INLINE_LEAF;

Callers 7

raxIteratorNextStepFunction · 0.85
raxSeekGreatestFunction · 0.85
raxIteratorPrevStepFunction · 0.85
raxSeekFunction · 0.85
raxRandomWalkFunction · 0.85
raxIteratorSetDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected