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

Method append

src/include/buffer.h:888–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

886
887 public:
888 void append(const bufferlist& l) {
889 bl.append(l);
890 bl.obtain_contiguous_space(0);
891 }
892
893 void refill() {
894 _refill(min_alloc);

Callers

nothing calls this directly

Calls 2

appendMethod · 0.45

Tested by

no test coverage detected