()
| 79 | } |
| 80 | |
| 81 | func (d *imageDataBytes) Error() error { |
| 82 | // No error handling for in-memory data, return nil |
| 83 | return nil |
| 84 | } |
| 85 | |
| 86 | // Reader returns a ReadSeeker for the image data |
| 87 | func (d *imageDataAsyncBuffer) Reader() io.ReadSeeker { |
nothing calls this directly
no outgoing calls
no test coverage detected