MCPcopy Create free account
hub / github.com/chen3feng/toft / BloomFilter

Method BloomFilter

container/bloom_filter.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45// BloomFilter members
46
47BloomFilter::BloomFilter()
48{
49 InitialClear();
50}
51
52BloomFilter::BloomFilter(size_t element_count, double false_positive_prob)
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected