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

Function AppendInternalKey

src/leveldb/db/dbformat.cc:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void AppendInternalKey(std::string* result, const ParsedInternalKey& key) {
23 result->append(key.user_key.data(), key.user_key.size());
24 PutFixed64(result, PackSequenceAndType(key.sequence, key.type));
25}
26
27std::string ParsedInternalKey::DebugString() const {
28 std::ostringstream ss;

Callers 5

SeekMethod · 0.85
InternalKeyMethod · 0.85
SetFromMethod · 0.85
IKeyFunction · 0.85
SeekMethod · 0.85

Calls 4

PutFixed64Function · 0.85
PackSequenceAndTypeFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by 2

SeekMethod · 0.68
IKeyFunction · 0.68