MCPcopy
hub / github.com/containerd/containerd / newReadCloser

Function newReadCloser

core/diff/apply/apply.go:205–210  ·  view source on GitHub ↗
(ra content.ReaderAt)

Source from the content-addressed store, hash-verified

203}
204
205func newReadCloser(ra content.ReaderAt) io.ReadCloser {
206 return &readCloser{
207 Reader: content.NewReader(ra),
208 Closer: ra,
209 }
210}

Callers 1

ApplyMethod · 0.85

Calls 1

NewReaderFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…