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

Method Close

pkg/v1/remote/write_test.go:166–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164
165type closer interface {
166 Close()
167}
168
169func setupImage(t *testing.T) v1.Image {

Callers 15

TestDiskPushFunction · 0.65
PutMethod · 0.65
handleMethod · 0.65
TestPushAndPullContainerFunction · 0.65
StatMethod · 0.65
PutMethod · 0.65
TestTLSFunction · 0.65
TestCallsFunction · 0.65
TestWriteFunction · 0.65
TestMultiWriteSameImageFunction · 0.65

Implementers 13

bytesCloserpkg/registry/blobs.go
readcloserpkg/v1/cache/fs.go
progresspkg/v1/remote/progress.go
progressReaderpkg/v1/remote/progress.go
limitedReadCloserpkg/v1/remote/limiter.go
errReadCloserpkg/v1/remote/transport/error_test.go
tokenReleasingReadCloserpkg/v1/tarball/write_test.go
progressWriterpkg/v1/tarball/write.go
compressedReaderpkg/v1/stream/layer.go
tokenReleasingReadCloserpkg/v1/mutate/mutate_test.go
closeTrackingReadCloserpkg/crane/export_test.go
ReadCloserinternal/and/and_closer.go

Calls

no outgoing calls

Tested by 15

TestDiskPushFunction · 0.52
TestPushAndPullContainerFunction · 0.52
TestTLSFunction · 0.52
TestCallsFunction · 0.52
TestWriteFunction · 0.52
TestMultiWriteSameImageFunction · 0.52
TestWriteForeignLayersFunction · 0.52
TestMultiWriteNoHistoryFunction · 0.52