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

Method offset

src/leveldb/table/format.h:32–32  ·  view source on GitHub ↗

The offset of the block in the file.

Source from the content-addressed store, hash-verified

30
31 // The offset of the block in the file.
32 uint64_t offset() const { return offset_; }
33 void set_offset(uint64_t offset) { offset_ = offset; }
34
35 // The size of the stored block

Callers 4

BlockReaderMethod · 0.80
InternalGetMethod · 0.80
ApproximateOffsetOfMethod · 0.80
ReadBlockFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected