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

Method encode

src/messages/MMDSBeacon.h:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 std::vector<MDSHealthMetric> metrics;
206
207 void encode(ceph::buffer::list& bl) const {
208 ENCODE_START(1, 1, bl);
209 encode(metrics, bl);
210 ENCODE_FINISH(bl);
211 }
212
213 void decode(ceph::buffer::list::const_iterator& bl) {
214 DECODE_START(1, bl);

Callers 9

encode_payloadMethod · 0.45
encode_payloadMethod · 0.45
encode_payloadMethod · 0.45
encode_payloadMethod · 0.45
MMDSMapMethod · 0.45
encode_payloadMethod · 0.45
MMonElectionMethod · 0.45
encode_payloadMethod · 0.45
encode_payloadMethod · 0.45

Calls 1

encodeFunction · 0.50

Tested by

no test coverage detected