Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_iterator
Method
get_iterator
src/test/common/ObjectContents.h:92–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
uint64_t from,
91
uint64_t len);
92
Iterator get_iterator() {
93
return Iterator(this);
94
}
95
96
uint64_t size() const { return _size; }
97
Callers
2
test_object_contents
Function · 0.45
clone_range
Method · 0.45
Calls
1
Iterator
Class · 0.70
Tested by
no test coverage detected