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

Method CloseWrite

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

Source from the content-addressed store, hash-verified

95type halfWriteCloser interface {
96 io.Writer
97 CloseWrite() error
98}
99
100type halfCloser interface {

Callers 2

beginInputStreamMethod · 0.65
copierFunction · 0.65

Implementers 2

commandConncli/connhelper/commandconn/commandconn
halfWriteCloserWrappercli/command/system/dial_stdio.go

Calls

no outgoing calls

Tested by

no test coverage detected