MCPcopy Create free account
hub / github.com/ElementsProject/elements / GCSFilter

Method GCSFilter

src/blockfilter.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46GCSFilter::GCSFilter(const Params& params)
47 : m_params(params), m_N(0), m_F(0), m_encoded{0}
48{}
49
50GCSFilter::GCSFilter(const Params& params, std::vector<unsigned char> encoded_filter)
51 : m_params(params), m_encoded(std::move(encoded_filter))

Callers

nothing calls this directly

Calls 8

ReadCompactSizeFunction · 0.85
GolombRiceDecodeFunction · 0.85
WriteCompactSizeFunction · 0.85
BuildHashedSetFunction · 0.85
GolombRiceEncodeFunction · 0.85
emptyMethod · 0.45
sizeMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected