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

Method Encode

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

Source from the content-addressed store, hash-verified

147 }
148
149 Slice Encode() const {
150 assert(!rep_.empty());
151 return rep_;
152 }
153
154 Slice user_key() const { return ExtractUserKey(rep_); }
155

Callers 15

WriteOfflineXPubKeyMethod · 0.45
RunTestFunction · 0.45
CompareMethod · 0.45
FindMethod · 0.45
AllEntriesForMethod · 0.45
EncodeToMethod · 0.45
FindFileFunction · 0.45
SomeFileOverlapsRangeFunction · 0.45
keyMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 3

RunTestFunction · 0.36
FindMethod · 0.36
AllEntriesForMethod · 0.36