Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ range_end
Method
range_end
src/include/interval_set.h:508–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
return p->first;
507
}
508
offset_type range_end() const {
509
ceph_assert(!empty());
510
auto p = m.rbegin();
511
return p->first + p->second;
512
}
513
514
// interval start after p (where p not in set)
515
bool starts_after(T i) const {
Callers
15
_do_readv
Method · 0.45
_do_write
Method · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
clone_range
Method · 0.45
get_modified_region
Method · 0.45
calc_newest_map
Method · 0.45
is_complete
Method · 0.45
build_push_op
Method · 0.45
truncate
Method · 0.45
appends_and_clone_ranges
Method · 0.45
extent_to_shard_extent
Method · 0.45
Calls
2
empty
Function · 0.70
rbegin
Method · 0.45
Tested by
4
TEST_F
Function · 0.36
TEST
Function · 0.36
clone_range
Method · 0.36
get_modified_region
Method · 0.36