MCPcopy Create free account
hub / github.com/containers/image / Read

Method Read

docker/docker_image_src.go:850–852  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

848}
849
850func (s signalCloseReader) Read(p []byte) (int, error) {
851 return s.stream.Read(p)
852}
853
854func (s signalCloseReader) Close() error {
855 defer close(s.closed)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected