MCPcopy 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_readvMethod · 0.45
_do_writeMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
clone_rangeMethod · 0.45
get_modified_regionMethod · 0.45
calc_newest_mapMethod · 0.45
is_completeMethod · 0.45
build_push_opMethod · 0.45
truncateMethod · 0.45

Calls 2

emptyFunction · 0.70
rbeginMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TESTFunction · 0.36
clone_rangeMethod · 0.36
get_modified_regionMethod · 0.36