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

Method init

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

Source from the content-addressed store, hash-verified

37 ~ErasureCodeTest() override {}
38
39 int init(ErasureCodeProfile &profile, ostream *ss) override {
40 return 0;
41 }
42
43 uint64_t get_supported_optimizations() const override { return 0; }
44 unsigned int get_chunk_count() const override { return k + m; }

Callers 11

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
TYPED_TESTFunction · 0.45
TESTFunction · 0.45
factoryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected