Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Key
Function
Key
src/leveldb/util/bloom_test.cc:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
static const int kVerbose = 1;
15
16
static Slice Key(int i, char* buffer) {
17
EncodeFixed32(buffer, i);
18
return Slice(buffer, sizeof(uint32_t));
19
}
20
21
class BloomTest {
22
public:
Callers
2
FalsePositiveRate
Method · 0.70
TEST
Function · 0.70
Calls
2
EncodeFixed32
Function · 0.85
Slice
Class · 0.70
Tested by
no test coverage detected