MCPcopy Index your code
hub / github.com/docker/cli / CloseRead

Method CloseRead

cli/command/system/dial_stdio.go:92–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90type halfReadCloser interface {
91 io.Reader
92 CloseRead() error
93}
94
95type halfWriteCloser interface {

Callers 1

copierFunction · 0.65

Implementers 3

commandConncli/connhelper/commandconn/commandconn
nopCloseReadercli/command/system/dial_stdio.go
halfReadCloserWrappercli/command/system/dial_stdio.go

Calls

no outgoing calls

Tested by

no test coverage detected