MCPcopy 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

14static const int kVerbose = 1;
15
16static Slice Key(int i, char* buffer) {
17 EncodeFixed32(buffer, i);
18 return Slice(buffer, sizeof(uint32_t));
19}
20
21class BloomTest {
22 public:

Callers 2

FalsePositiveRateMethod · 0.70
TESTFunction · 0.70

Calls 2

EncodeFixed32Function · 0.85
SliceClass · 0.70

Tested by

no test coverage detected