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

Method end

src/include/interval_set.h:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 }
244
245 iterator end() {
246 return iterator(m.end());
247 }
248
249 const_iterator begin() const {
250 return const_iterator(m.begin());

Callers 15

find_incMethod · 0.45
find_inc_mMethod · 0.45
find_adjMethod · 0.45
find_adj_mMethod · 0.45
subset_size_symMethod · 0.45
containsMethod · 0.45
starts_afterMethod · 0.45
insertMethod · 0.45
union_insertMethod · 0.45
eraseMethod · 0.45
erase_afterMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected