MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / hasBlockFilterIndex

Method hasBlockFilterIndex

src/node/interfaces.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 return std::nullopt;
585 }
586 bool hasBlockFilterIndex(BlockFilterType filter_type) override
587 {
588 return GetBlockFilterIndex(filter_type) != nullptr;
589 }
590 std::optional<bool> blockFilterMatchesAny(BlockFilterType filter_type, const uint256& block_hash, const GCSFilter::ElementSet& filter_set) override
591 {
592 const BlockFilterIndex* block_filter_index{GetBlockFilterIndex(filter_type)};

Callers 1

Calls 1

GetBlockFilterIndexFunction · 0.85

Tested by

no test coverage detected