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

Method raw_length

src/common/buffer.cc:541–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539
540 const char *buffer::ptr::raw_c_str() const { ceph_assert(_raw); return _raw->get_data(); }
541 unsigned buffer::ptr::raw_length() const { ceph_assert(_raw); return _raw->get_len(); }
542 int buffer::ptr::raw_nref() const { ceph_assert(_raw); return _raw->nref; }
543
544 void buffer::ptr::copy_out(unsigned o, unsigned l, char *dest) const {

Callers 3

copy_cache_blMethod · 0.80
TESTFunction · 0.80
buffer.ccFile · 0.80

Calls 1

get_lenMethod · 0.45

Tested by 1

TESTFunction · 0.64