Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
TEST(BloomTest, EmptyFilter) {
84
ASSERT_TRUE(!Matches(
"hello"
));
85
ASSERT_TRUE(!Matches(
"world"
));
86
}
87
88
TEST(BloomTest, Small) {
89
Add(
"hello"
);
Callers
nothing calls this directly
Calls
3
NextLength
Function · 0.85
Key
Function · 0.70
Add
Function · 0.50
Tested by
no test coverage detected