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

Method Add

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

Source from the content-addressed store, hash-verified

30 }
31
32 void Add(const Slice& s) { keys_.push_back(s.ToString()); }
33
34 void Build() {
35 std::vector<Slice> key_slices;

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected