Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ range_start
Method
range_start
src/include/interval_set.h:503–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
501
return m.empty();
502
}
503
offset_type range_start() const {
504
ceph_assert(!empty());
505
auto p = m.begin();
506
return p->first;
507
}
508
offset_type range_end() const {
509
ceph_assert(!empty());
510
auto p = m.rbegin();
Callers
14
_do_readv
Method · 0.45
_do_write
Method · 0.45
project_alloc_id
Method · 0.45
project_alloc_ids
Method · 0.45
skip_inos
Method · 0.45
force_consume_to
Method · 0.45
take_ino
Method · 0.45
get_modified_region
Method · 0.45
react
Method · 0.45
calc_oldest_map
Method · 0.45
truncate
Method · 0.45
extent_to_shard_extent
Method · 0.45
Calls
2
empty
Function · 0.70
begin
Method · 0.45
Tested by
1
get_modified_region
Method · 0.36