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

Method begin

src/include/filepath.h:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 auto begin() const {
110 if (bits.empty() && path.length() > 0) parse_bits();
111 return std::as_const(bits).begin();
112 }
113 auto rbegin() const {
114 if (bits.empty() && path.length() > 0) parse_bits();
115 return std::as_const(bits).rbegin();

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected