MCPcopy Create free account
hub / github.com/ceph/ceph / operator*

Method operator*

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

Source from the content-addressed store, hash-verified

712
713 template<bool is_const>
714 char buffer::list::iterator_impl<is_const>::operator*() const
715 {
716 if (p == ls->end())
717 throw end_of_buffer();
718 return (*p)[p_off];
719 }
720
721 template<bool is_const>
722 buffer::list::iterator_impl<is_const>&

Callers

nothing calls this directly

Calls 2

end_of_bufferClass · 0.70
endMethod · 0.45

Tested by

no test coverage detected