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

Method encode

src/os/Transaction.h:1345–1348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343 }
1344
1345 void encode(ceph::buffer::list& bl) const
1346 {
1347 encode(bl, bl);
1348 }
1349
1350 void encode(ceph::buffer::list &p_bl,
1351 ceph::buffer::list &d_bl,

Callers

nothing calls this directly

Calls 3

encodeFunction · 0.50
encode_noheadFunction · 0.50
lengthMethod · 0.45

Tested by

no test coverage detected