MCPcopy Create free account
hub / github.com/ElementsProject/elements / TEST

Function TEST

src/leveldb/util/bloom_test.cc:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83TEST(BloomTest, EmptyFilter) {
84 ASSERT_TRUE(!Matches("hello"));
85 ASSERT_TRUE(!Matches("world"));
86}
87
88TEST(BloomTest, Small) {
89 Add("hello");

Callers

nothing calls this directly

Calls 3

NextLengthFunction · 0.85
KeyFunction · 0.70
AddFunction · 0.50

Tested by

no test coverage detected