Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WriteDescriptorDerivedCache
Method · 0.45
WriteDescriptorParentCache
Method · 0.45
WriteDescriptorLastHardenedCache
Method · 0.45
WriteOfflineXPubKey
Method · 0.45
RunTest
Function · 0.45
Compare
Method · 0.45
Find
Method · 0.45
AllEntriesFor
Method · 0.45
EncodeTo
Method · 0.45
FindFile
Function · 0.45
SomeFileOverlapsRange
Function · 0.45
key
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
3
RunTest
Function · 0.36
Find
Method · 0.36
AllEntriesFor
Method · 0.36