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

Method begin

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

Source from the content-addressed store, hash-verified

1021 btree &operator=(btree &&x) noexcept;
1022
1023 iterator begin() {
1024 return iterator(leftmost(), 0);
1025 }
1026 const_iterator begin() const {
1027 return const_iterator(leftmost(), 0);
1028 }

Callers 11

erase_ifFunction · 0.45
erase_ifFunction · 0.45
has_optMethod · 0.45
del_optMethod · 0.45
operator ==Method · 0.45
get_max_sizeMethod · 0.45
set_max_sizeMethod · 0.45
trim_client_rangesMethod · 0.45
decodeMethod · 0.45

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected