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

Method get_chunk_size

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

Source from the content-addressed store, hash-verified

44 unsigned int get_chunk_count() const override { return k + m; }
45 unsigned int get_data_chunk_count() const override { return k; }
46 unsigned int get_chunk_size(unsigned int object_size) const override {
47 return chunk_size;
48 }
49 size_t get_minimum_granularity() override { return 1; }
50 [[deprecated]]
51 int encode_chunks(const set<int> &want_to_encode,

Callers 10

TESTFunction · 0.45
encode_decodeMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
thread1Function · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
initializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected