Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Diff
Method · 0.45
EncodeAndWriteBlock
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
UNIT_TEST
Function · 0.36