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

Method begin

src/include/interval_set.h:237–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 iterator begin() {
238 return iterator(m.begin());
239 }
240
241 iterator lower_bound(T start) {
242 return iterator(find_inc_m(start));

Callers 8

find_incMethod · 0.45
find_inc_mMethod · 0.45
find_adjMethod · 0.45
find_adj_mMethod · 0.45
subset_size_symMethod · 0.45
range_startMethod · 0.45
intersection_ofMethod · 0.45

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected