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

Struct bytesCloser

pkg/registry/blobs.go:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96type bytesCloser struct {
97 *bytes.Reader
98}
99
100func (r *bytesCloser) Close() error {
101 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected