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

Method end

src/include/filepath.h:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 }
117
118 auto end() const {
119 if (bits.empty() && path.length() > 0) parse_bits();
120 return std::as_const(bits).end();
121 }
122 auto rend() const {
123 if (bits.empty() && path.length() > 0) parse_bits();
124 return std::as_const(bits).rend();

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected