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

Method InternalKey

src/leveldb/db/dbformat.h:139–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138 public:
139 InternalKey() {} // Leave rep_ as empty to indicate it is invalid
140 InternalKey(const Slice& user_key, SequenceNumber s, ValueType t) {
141 AppendInternalKey(&rep_, ParsedInternalKey(user_key, s, t));
142 }

Callers

nothing calls this directly

Calls 2

AppendInternalKeyFunction · 0.85
ParsedInternalKeyClass · 0.85

Tested by

no test coverage detected