Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
205
func
newReadCloser(ra content.ReaderAt) io.ReadCloser {
206
return
&readCloser{
207
Reader: content.NewReader(ra),
208
Closer: ra,
209
}
210
}
Callers
1
Apply
Method · 0.85
Calls
1
NewReader
Function · 0.92
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…