MCPcopy 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

16const int kNumKeys = 1100000;
17
18std::string Key1(int i) {
19 char buf[100];
20 snprintf(buf, sizeof(buf), "my_key_%d", i);
21 return buf;
22}
23
24std::string Key2(int i) { return Key1(i) + "_xxx"; }
25

Callers 2

Key2Function · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected