Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ cbegin
Function
cbegin
src/include/buffer.h:261–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
return const_iterator(this, offset, false);
260
}
261
const_iterator cbegin() const {
262
return begin();
263
}
264
const_iterator begin_deep(size_t offset=0) const {
265
return const_iterator(this, offset, true);
266
}
Callers
15
decode_file
Function · 0.70
decode
Function · 0.70
decode_nohead
Function · 0.70
set
Method · 0.50
rmkeys
Method · 0.50
list_locks
Function · 0.50
get_lock_info
Function · 0.50
decode_base64
Method · 0.50
add_lock
Method · 0.50
notify_health
Method · 0.50
force_dir_fragment
Method · 0.50
handle_empty_to
Method · 0.50
Calls
1
begin
Function · 0.70
Tested by
no test coverage detected