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

Method begin

src/include/compact_set.h:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 }
190
191 iterator begin() {
192 if (!set)
193 return iterator(this);
194 return iterator(this, set->begin());
195 }
196 iterator end() {
197 if (!set)
198 return iterator(this);

Callers

nothing calls this directly

Calls 2

iteratorClass · 0.70
const_iteratorClass · 0.70

Tested by

no test coverage detected