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

Method encode

src/include/types.h:548–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546 }
547
548 void encode(ceph::buffer::list &bl) const {
549 using ceph::encode;
550 auto new_code = get_host_to_wire();
551 encode(new_code, bl);
552 }
553 void decode(ceph::buffer::list::const_iterator &bl) {
554 using ceph::decode;
555 code_t newcode;

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected