MCPcopy Create free account
hub / github.com/ceph/ceph / increment

Method increment

src/include/cpp-btree/btree.h:798–803  ·  view source on GitHub ↗

Increment/decrement the iterator.

Source from the content-addressed store, hash-verified

796
797 // Increment/decrement the iterator.
798 void increment() {
799 if (node->leaf() && ++position < node->count()) {
800 return;
801 }
802 increment_slow();
803 }
804 void increment_slow();
805
806 void decrement() {

Callers

nothing calls this directly

Calls 2

leafMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected