Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ user_key
Method
user_key
src/leveldb/db/dbformat.h:202–202 ·
view source on GitHub ↗
Return the user key
Source
from the content-addressed store, hash-verified
200
201
// Return the user key
202
Slice user_key() const { return Slice(kstart_, end_ - kstart_ - 8); }
203
204
private:
205
// We construct a char array of the form:
Callers
9
Get
Method · 0.45
WriteLevel0Table
Method · 0.45
AfterFile
Function · 0.45
BeforeFile
Function · 0.45
ForEachOverlapping
Method · 0.45
Get
Method · 0.45
GetOverlappingInputs
Method · 0.45
FindSmallestBoundaryFile
Function · 0.45
IsBaseLevelForKey
Method · 0.45
Calls
1
Slice
Class · 0.50
Tested by
no test coverage detected