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

Method Match

src/blockfilter.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool GCSFilter::Match(const Element& element) const
136{
137 uint64_t query = HashToRange(element);
138 return MatchInternal(&query, 1);
139}
140
141bool GCSFilter::MatchAny(const ElementSet& elements) const
142{

Callers

nothing calls this directly

Calls 1

HashToRangeFunction · 0.85

Tested by

no test coverage detected