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

Method before_begin

src/include/buffer.h:564–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562 return _root.next;
563 }
564 const_iterator before_begin() const {
565 return &_root;
566 }
567 const_iterator end() const {
568 return &_root;
569 }

Callers 2

spliceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected