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

Method end

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

Source from the content-addressed store, hash-verified

1027 return const_iterator(leftmost(), 0);
1028 }
1029 iterator end() {
1030 return iterator(rightmost_, rightmost_->count());
1031 }
1032 const_iterator end() const {
1033 return const_iterator(rightmost_, rightmost_->count());
1034 }

Callers 13

eraseMethod · 0.95
erase_ifFunction · 0.45
erase_ifFunction · 0.45
has_optMethod · 0.45
del_optMethod · 0.45
operator ==Method · 0.45
get_client_rangeMethod · 0.45
get_max_sizeMethod · 0.45
set_max_sizeMethod · 0.45
trim_client_rangesMethod · 0.45

Calls 3

iteratorClass · 0.50
const_iteratorClass · 0.50
countMethod · 0.45

Tested by

no test coverage detected