MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / AppendInternalKey

Function AppendInternalKey

src/leveldb/db/dbformat.cc:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void AppendInternalKey(std::string* result, const ParsedInternalKey& key) {
19 result->append(key.user_key.data(), key.user_key.size());
20 PutFixed64(result, PackSequenceAndType(key.sequence, key.type));
21}
22
23std::string ParsedInternalKey::DebugString() const {
24 char buf[50];

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