Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ decode
Method
decode
src/client/FSCrypt.h:82–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
int init(const struct fscrypt_key_specifier& k);
81
82
void decode(bufferlist::const_iterator& bl) {
83
bl.copy(sizeof(raw), raw);
84
}
85
86
void encode(bufferlist& bl) const {
87
bl.append(raw, sizeof(raw));
Callers
nothing calls this directly
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected