Add a raw key to the filter, evicting older entries as needed.
Synopsis
Declared in <common/bloom.h>
void
insert(std::span<unsigned char const> vKey);
Parameters
Name |
Description |
vKey |
The bytes to insert. |
Created with MrDocs