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

Method get_state

src/test/common/ObjectContents.cc:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66
67unsigned int ObjectContents::Iterator::get_state(uint64_t _pos)
68{
69 if (parent->seeds.count(_pos)) {
70 return parent->seeds[_pos];
71 }
72 seek_to(_pos - 1);
73 return current_state;
74}
75
76void ObjectContents::clone_range(ObjectContents &other,
77 interval_set<uint64_t> &intervals)

Callers 5

mainFunction · 0.45
mainFunction · 0.45
TESTFunction · 0.45
clone_rangeMethod · 0.45
writeMethod · 0.45

Calls 1

countMethod · 0.45

Tested by

no test coverage detected