Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
namespace leveldb {
27
28
static std::string RandomString(Random* rnd, int len) {
29
std::string r;
30
test::RandomString(rnd, len, &r);
31
return r;
32
}
33
34
static std::string RandomKey(Random* rnd) {
35
int len =
Callers
4
Value
Method · 0.70
TEST
Function · 0.70
Value
Method · 0.70
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected