Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ Key1
Function
Key1
src/leveldb/issues/issue178_test.cc:18–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
const int kNumKeys = 1100000;
17
18
std::string Key1(int i) {
19
char buf[100];
20
snprintf(buf, sizeof(buf),
"my_key_%d"
, i);
21
return buf;
22
}
23
24
std::string Key2(int i) { return Key1(i) +
"_xxx"
; }
25
Callers
2
Key2
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected