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

Method exists

src/test/common/ObjectContents.h:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 uint64_t size() const { return _size; }
97
98 bool exists() { return _exists; }
99
100 void debug(std::ostream &out) {
101 out << "_size is " << _size << std::endl;

Callers 3

test_object_contentsFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected