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

Function IKey

src/leveldb/db/dbformat_test.cc:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace leveldb {
10
11static std::string IKey(const std::string& user_key, uint64_t seq,
12 ValueType vt) {
13 std::string encoded;
14 AppendInternalKey(&encoded, ParsedInternalKey(user_key, seq, vt));
15 return encoded;
16}
17
18static std::string Shorten(const std::string& s, const std::string& l) {
19 std::string result = s;

Callers 2

TestKeyFunction · 0.85
TESTFunction · 0.85

Calls 2

AppendInternalKeyFunction · 0.85
ParsedInternalKeyClass · 0.85

Tested by

no test coverage detected