* Sets the offset * @param offset offset to apply to this record. */
| 199 | * @param offset offset to apply to this record. |
| 200 | */ |
| 201 | void setOffset(const uint64_t offset) { |
| 202 | offset_ = offset; |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Sets the penalty expiration |
no outgoing calls
no test coverage detected