(level int, min, max ltx.TXID)
| 132 | func (c *delayedReplicaClient) SetLogger(*slog.Logger) {} |
| 133 | |
| 134 | func (c *delayedReplicaClient) key(level int, min, max ltx.TXID) string { |
| 135 | return fmt.Sprintf("%d:%s:%s", level, min.String(), max.String()) |
| 136 | } |
| 137 | |
| 138 | func (c *delayedReplicaClient) LTXFiles(_ context.Context, level int, seek ltx.TXID, _ bool) (ltx.FileIterator, error) { |
| 139 | c.mu.Lock() |
no test coverage detected