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

Method MatchAny

src/blockfilter.cpp:141–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool GCSFilter::MatchAny(const ElementSet& elements) const
142{
143 const std::vector<uint64_t> queries = BuildHashedSet(elements);
144 return MatchInternal(queries.data(), queries.size());
145}
146
147const std::string& BlockFilterTypeName(BlockFilterType filter_type)
148{

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.80
FUZZ_TARGETFunction · 0.80

Calls 3

BuildHashedSetFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.64
FUZZ_TARGETFunction · 0.64