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

Method encode

src/common/frag.cc:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void frag_t::encode(ceph::buffer::list& bl) const {
39 ceph::encode(_enc, bl);
40}
41
42void frag_t::decode(ceph::buffer::list::const_iterator& p) {
43 ceph::decode(_enc, p);

Callers 12

runMethod · 0.45
runMethod · 0.45
command_bootstrapFunction · 0.45
test_agent_runFunction · 0.45
__init__Method · 0.45
write_tmp_fileFunction · 0.45
encodeFunction · 0.45
test_writerMethod · 0.45
_dd_writeFunction · 0.45
as_bytesFunction · 0.45

Calls 1

encodeFunction · 0.70

Tested by 5

test_agent_runFunction · 0.36
__init__Method · 0.36
test_writerMethod · 0.36