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

Method raw_key_is_prefixed

src/test/ObjectMap/KeyValueDBMemory.cc:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 bool raw_key_is_prefixed(const string &prefix) override {
158 return prefix == (*it).first.first;
159 }
160
161 bufferlist value() override {
162 if (valid())

Callers 1

validate_iteratorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected