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

Method raw_nref

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

Source from the content-addressed store, hash-verified

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 {
545 ceph_assert(_raw);

Callers 4

LogEntry.ccFile · 0.80
reader_countMethod · 0.80
TESTFunction · 0.80
buffer.ccFile · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64