(_, _ int64)
| 25 | func (d *dummyReader) ReadAt(p []byte, off int64) (int, error) { return d.r.ReadAt(p, off) } |
| 26 | |
| 27 | func (d *dummyReader) SetFooterSection(_, _ int64) { d.footer = true } |
| 28 | func (d *dummyReader) SetColumnIndexSection(_, _ int64) { d.columnIndex = true } |
| 29 | func (d *dummyReader) SetOffsetIndexSection(_, _ int64) { d.offsetIndex = true } |
| 30 |
no outgoing calls
no test coverage detected