Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
using namespace std::literals;
27
28
void ECSubWrite::encode(bufferlist &bl) const
29
{
30
encode(bl, bl);
31
}
32
33
void ECSubWrite::encode(bufferlist &p_bl, bufferlist &d_bl, uint64_t features) const
34
{
Callers
nothing calls this directly
Calls
7
encode
Function · 0.70
encode_nohead
Function · 0.50
cbegin
Method · 0.45
cend
Method · 0.45
push_back
Method · 0.45
size
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected