Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_if
Function · 0.45
erase_if
Function · 0.45
copy_or_move_values_in_order
Method · 0.45
has_opt
Method · 0.45
optmetadata_multiton
Class · 0.45
del_opt
Method · 0.45
operator ==
Method · 0.45
get_max_size
Method · 0.45
set_max_size
Method · 0.45
trim_client_ranges
Method · 0.45
decode
Method · 0.45
Calls
2
iterator
Class · 0.50
const_iterator
Class · 0.50
Tested by
no test coverage detected