()
| 156 | } |
| 157 | |
| 158 | func (wr *walReaderAt) BytesRead() uint64 { |
| 159 | return wr.bytesRead.Load() |
| 160 | } |
| 161 | |
| 162 | // isFatalError is a helper function to determine if an error is fatal or not. ReaderAt interfaces are expected to |
| 163 | // to return io.EOF and valid data simultaneously. |
no outgoing calls
no test coverage detected