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

Method get_pos

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

Source from the content-addressed store, hash-verified

39 static_cast<char>(current_val % 256) : '\0';
40 }
41 uint64_t get_pos() {
42 return pos;
43 }
44 void seek_to(uint64_t _pos) {
45 if (pos > _pos ||
46 (iter != parent->seeds.end() && _pos >= iter->first)) {

Callers 2

test_object_contentsFunction · 0.45
decref_mappingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected