The offset of the block in the file.
| 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 |
no outgoing calls
no test coverage detected