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

Struct readcloser

pkg/v1/cache/fs.go:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98type readcloser struct {
99 t io.Reader
100 closes []func() error
101}
102
103func (rc *readcloser) Read(b []byte) (int, error) {
104 return rc.t.Read(b)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected