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

Method encode_chunks

src/test/erasure-code/TestErasureCode.cc:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49 size_t get_minimum_granularity() override { return 1; }
50 [[deprecated]]
51 int encode_chunks(const set<int> &want_to_encode,
52 map<int, bufferlist> *encoded) override {
53 ceph_abort_msg("Only new API is tested");
54 //encode_chunks_encoded = *encoded;
55 return 0;
56 }
57 int encode_chunks(const shard_id_map<bufferptr> &in,
58 shard_id_map<bufferptr> &out) override {
59 return 0;

Callers 2

TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected