MCPcopy Create free account
hub / github.com/ceph/ceph / append

Method append

src/include/filepath.cc:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void filepath::append(const filepath& a) {
115 ceph_assert(a.pure_relative());
116 for (unsigned i=0; i<a.depth(); i++)
117 push_dentry(a[i]);
118}
119
120void filepath::encode(ceph::buffer::list& bl) const {
121 using ceph::encode;

Callers 12

encodeMethod · 0.45
joinifyFunction · 0.45
encodeMethod · 0.45
encode_rawFunction · 0.45
encodeFunction · 0.45
encode_noheadFunction · 0.45
dumpMethod · 0.45
decode_noheadMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encode_noheadMethod · 0.45
decode_noheadMethod · 0.45

Calls 2

pure_relativeMethod · 0.80
depthMethod · 0.80

Tested by

no test coverage detected