Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ encode
Method
encode
src/include/types.h:411–414 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
client_t(int64_t _v = -2) : v(_v) {}
410
411
void encode(ceph::buffer::list& bl) const {
412
using ceph::encode;
413
encode(v, bl);
414
}
415
void decode(ceph::buffer::list::const_iterator& bl) {
416
using ceph::decode;
417
decode(v, bl);
Callers
nothing calls this directly
Calls
1
encode
Function · 0.70
Tested by
no test coverage detected