()
| 433 | } |
| 434 | |
| 435 | func (i emptyImage) ConfigFile() (*v1.ConfigFile, error) { |
| 436 | return i.configFile, nil |
| 437 | } |
| 438 | |
| 439 | func (i emptyImage) LayerByDiffID(h v1.Hash) (partial.UncompressedLayer, error) { |
| 440 | return nil, fmt.Errorf("LayerByDiffID(%s): empty image", h) |
no outgoing calls
no test coverage detected