| 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, |
no outgoing calls
no test coverage detected