MCPcopy 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_fileFunction · 0.70
decodeFunction · 0.70
decode_noheadFunction · 0.70
setMethod · 0.50
rmkeysMethod · 0.50
list_locksFunction · 0.50
get_lock_infoFunction · 0.50
decode_base64Method · 0.50
add_lockMethod · 0.50
notify_healthMethod · 0.50
force_dir_fragmentMethod · 0.50
handle_empty_toMethod · 0.50

Calls 1

beginFunction · 0.70

Tested by

no test coverage detected