| 310 | } |
| 311 | |
| 312 | type timestampTracker struct { |
| 313 | baseTimestampTracker |
| 314 | |
| 315 | appendOptions *storage.AppendOptions |
| 316 | } |
| 317 | |
| 318 | func (t *timestampTracker) SetOptions(opts *storage.AppendOptions) { |
| 319 | t.appendOptions = opts |
nothing calls this directly
no outgoing calls
no test coverage detected