MCPcopy
hub / github.com/google/go-containerregistry / Uncompressed

Method Uncompressed

pkg/v1/partial/uncompressed.go:34–34  ·  view source on GitHub ↗

Uncompressed returns an io.ReadCloser for the uncompressed layer contents.

()

Source from the content-addressed store, hash-verified

32
33 // Uncompressed returns an io.ReadCloser for the uncompressed layer contents.
34 Uncompressed() (io.ReadCloser, error)
35
36 // Returns the mediaType for the compressed Layer
37 MediaType() (types.MediaType, error)

Callers 15

UncompressedMethod · 0.65
TestFilesystemCacheFunction · 0.65
UncompressedMethod · 0.65
TestLayersLazyFunction · 0.65
TestTarLayerFunction · 0.65
TestRandomLayerFunction · 0.65
streamableFunction · 0.65
TestConfigLayerFunction · 0.65
CompressedMethod · 0.65
UncompressedMethod · 0.65
UncompressedSizeFunction · 0.65

Implementers 11

lazyLayerpkg/v1/cache/cache.go
uncompressedLayerpkg/v1/random/image.go
fakeForeignLayerpkg/v1/remote/write_test.go
staticLayerpkg/v1/static/layer.go
foreignLayerpkg/v1/partial/uncompressed_test.go
configLayerpkg/v1/partial/with.go
uncompressedLayerFromTarballpkg/v1/tarball/image.go
layerpkg/v1/tarball/layer.go
Layerpkg/v1/stream/layer.go
mockLayerpkg/v1/mutate/mutate_test.go
closeTrackingLayerpkg/crane/export_test.go

Calls

no outgoing calls

Tested by 10

TestFilesystemCacheFunction · 0.52
TestLayersLazyFunction · 0.52
TestTarLayerFunction · 0.52
TestRandomLayerFunction · 0.52
streamableFunction · 0.52
TestConfigLayerFunction · 0.52
UncompressedMethod · 0.52
TestLayerLinkFunction · 0.52
assertMTimeFunction · 0.52