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

Method set_offset

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

Source from the content-addressed store, hash-verified

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
36 uint64_t size() const { return size_; }

Callers 1

WriteRawBlockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected