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

Function RandomString

src/leveldb/db/db_test.cc:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace leveldb {
27
28static std::string RandomString(Random* rnd, int len) {
29 std::string r;
30 test::RandomString(rnd, len, &r);
31 return r;
32}
33
34static std::string RandomKey(Random* rnd) {
35 int len =

Callers 4

ValueMethod · 0.70
TESTFunction · 0.70
ValueMethod · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected