()
| 425 | } |
| 426 | |
| 427 | func (i emptyImage) MediaType() (types.MediaType, error) { |
| 428 | return types.DockerManifestSchema2, nil |
| 429 | } |
| 430 | |
| 431 | func (i emptyImage) RawConfigFile() ([]byte, error) { |
| 432 | return partial.RawConfigFile(i) |
nothing calls this directly
no outgoing calls
no test coverage detected