MCPcopy 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

GetMethod · 0.45
WriteLevel0TableMethod · 0.45
AfterFileFunction · 0.45
BeforeFileFunction · 0.45
ForEachOverlappingMethod · 0.45
GetMethod · 0.45
GetOverlappingInputsMethod · 0.45
FindSmallestBoundaryFileFunction · 0.45
IsBaseLevelForKeyMethod · 0.45

Calls 1

SliceClass · 0.50

Tested by

no test coverage detected