CBloomFilter::contains

Test whether a raw key may be in the filter.

Synopsis

Declared in <common/bloom.h>

bool
contains(std::span<unsigned char const> vKey) const;

Return Value

true if the key may be present (subject to false positives).

Parameters

NameDescription
vKeyThe bytes to test.