Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void frag_t::encode(ceph::buffer::list& bl) const {
39
ceph::encode(_enc, bl);
40
}
41
42
void frag_t::decode(ceph::buffer::list::const_iterator& p) {
43
ceph::decode(_enc, p);
Callers
12
run
Method · 0.45
run
Method · 0.45
command_bootstrap
Function · 0.45
test_agent_run
Function · 0.45
__init__
Method · 0.45
write_tmp_file
Function · 0.45
encode
Function · 0.45
test_writer
Method · 0.45
test_unicode_encoding_stdin
Method · 0.45
test_bytes_just_gets_returned
Method · 0.45
_dd_write
Function · 0.45
as_bytes
Function · 0.45
Calls
1
encode
Function · 0.70
Tested by
5
test_agent_run
Function · 0.36
__init__
Method · 0.36
test_writer
Method · 0.36
test_unicode_encoding_stdin
Method · 0.36
test_bytes_just_gets_returned
Method · 0.36