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