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

Function Key

src/leveldb/db/db_test.cc:1024–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022}
1023
1024static std::string Key(int i) {
1025 char buf[100];
1026 snprintf(buf, sizeof(buf), "key%06d", i);
1027 return std::string(buf);
1028}
1029
1030TEST(DBTest, MinorCompactionsHappen) {
1031 Options options = CurrentOptions();

Callers 9

BuildMethod · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
DoReadsMethod · 0.70
BuildMethod · 0.70
ReadValueMethod · 0.70
get_keyFunction · 0.50
get_keyFunction · 0.50
get_generate_keyFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected