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

Method valid

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

Source from the content-addressed store, hash-verified

68 return *this;
69 }
70 bool valid() {
71 return pos < parent->size();
72 }
73 friend class ObjectContents;
74 };
75

Callers 8

TESTFunction · 0.45
test_object_contentsFunction · 0.45
TEST_PFunction · 0.45
clear_dbMethod · 0.45
clear_dbMethod · 0.45
check_dbMethod · 0.45
get_split_qualityMethod · 0.45
TEST_PFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected