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

Method is_pointing_same_raw

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

Source from the content-addressed store, hash-verified

738
739 template<bool is_const>
740 bool buffer::list::iterator_impl<is_const>::is_pointing_same_raw(
741 const ptr& other) const
742 {
743 if (p == ls->end())
744 throw end_of_buffer();
745 return p->_raw == other._raw;
746 }
747
748 // copy data out.
749 // note that these all _append_ to dest!

Callers 1

decodeFunction · 0.80

Calls 2

end_of_bufferClass · 0.70
endMethod · 0.45

Tested by

no test coverage detected