()
| 49 | } |
| 50 | |
| 51 | func (l *foreignLayer) Uncompressed() (io.ReadCloser, error) { |
| 52 | return l.wrapped.Uncompressed() |
| 53 | } |
| 54 | |
| 55 | func (l *foreignLayer) DiffID() (v1.Hash, error) { |
| 56 | return l.wrapped.DiffID() |
nothing calls this directly
no test coverage detected