MCPcopy Create free account
hub / github.com/comaps/comaps / Init

Method Init

libs/coding/dd_vector.hpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 explicit DDVector(TReader const & reader) : m_reader(reader) { InitSize(); }
27
28 void Init(TReader const & reader)
29 {
30 m_reader = reader;
31 InitSize();
32 }
33
34 size_type size() const { return m_Size; }
35

Callers 3

DiffMethod · 0.45
EncodeAndWriteBlockMethod · 0.45
UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36