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

Method encode

src/tools/ceph-dencoder/denc_registry.h:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 void encode(bufferlist& out, uint64_t features) override {
214 out.clear();
215 encode_message(m_object.get(), features, out);
216 }
217
218 void dump(ceph::Formatter *f) override {
219 m_object->dump(f);

Callers

nothing calls this directly

Calls 3

encode_messageFunction · 0.85
clearMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected