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

Method encode_delta

src/test/erasure-code/ErasureCodeExample.h:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 }
227
228 void encode_delta(const bufferptr &old_data,
229 const bufferptr &new_data,
230 bufferptr *delta_maybe_in_place) {
231 ceph_abort();
232 }
233
234 void apply_delta(const shard_id_map<bufferptr> &in,
235 shard_id_map<bufferptr> &out) override {

Callers 2

TESTFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected