Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ encode
Method
encode
src/include/object.cc:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
#include <cstdio>
20
21
void object_t::encode(ceph::buffer::list &bl) const {
22
using ceph::encode;
23
encode(name, bl);
24
}
25
26
void object_t::decode(ceph::buffer::list::const_iterator &bl) {
27
using ceph::decode;
Callers
nothing calls this directly
Calls
1
encode
Function · 0.70
Tested by
no test coverage detected