MCPcopy Create free account
hub / github.com/coder/envbuilder / MediaType

Method MediaType

testutil/registrytest/registrytest.go:137–139  ·  view source on GitHub ↗

MediaType returns the media type of the layer

()

Source from the content-addressed store, hash-verified

135
136// MediaType returns the media type of the layer
137func (ul *uncompressedLayer) MediaType() (types.MediaType, error) {
138 return ul.mediaType, nil
139}

Callers 1

WriteContainerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected