CRollingBloomFilter::contains

Test whether a raw key was recently inserted.

Synopsis

Declared in <common/bloom.h>

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

Return Value

true if the key may have been recently inserted (subject to false positives).

Parameters

NameDescription
vKeyThe bytes to test.