(x uint64)
| 1028 | } |
| 1029 | |
| 1030 | func (c *changeCache) WasSkipped(x uint64) bool { |
| 1031 | return c.skippedSeqs.Contains(x) |
| 1032 | } |
| 1033 | |
| 1034 | func (c *changeCache) PushSkipped(ctx context.Context, startSeq uint64, endSeq uint64) { |
| 1035 | if startSeq > endSeq { |
no test coverage detected