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
Name |
Description |
vKey |
The bytes to test. |
Created with MrDocs