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

Method encode

src/osd/ECMsgTypes.cc:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26using namespace std::literals;
27
28void ECSubWrite::encode(bufferlist &bl) const
29{
30 encode(bl, bl);
31}
32
33void ECSubWrite::encode(bufferlist &p_bl, bufferlist &d_bl, uint64_t features) const
34{

Callers

nothing calls this directly

Calls 7

encodeFunction · 0.70
encode_noheadFunction · 0.50
cbeginMethod · 0.45
cendMethod · 0.45
push_backMethod · 0.45
sizeMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected