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

Method raw_c_str

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

Source from the content-addressed store, hash-verified

538 }
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

Callers 3

TESTFunction · 0.80
submitMethod · 0.80
buffer.ccFile · 0.80

Calls 1

get_dataMethod · 0.45

Tested by 1

TESTFunction · 0.64