| 24 | ) |
| 25 | |
| 26 | type remoteReaderAt struct { |
| 27 | ctx context.Context |
| 28 | digest digest.Digest |
| 29 | size int64 |
| 30 | client contentapi.TTRPCContentClient |
| 31 | } |
| 32 | |
| 33 | func (ra *remoteReaderAt) Size() int64 { |
| 34 | return ra.size |
nothing calls this directly
no outgoing calls
no test coverage detected