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

Function raxIteratorClearInlineLeaf

rax.c:1561–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559}
1560
1561static inline void raxIteratorClearInlineLeaf(raxIterator *it) {
1562 it->flags &= ~RAX_ITER_INLINE_LEAF;
1563}
1564
1565static inline int raxIteratorSetInlineLeaf(raxIterator *it, raxNode *parent,
1566 raxNode **childfield, int childidx)

Callers 2

raxIteratorNextStepFunction · 0.85
raxIteratorPrevStepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected