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

Struct halfWriteCloserWrapper

cli/command/system/dial_stdio.go:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126type halfWriteCloserWrapper struct {
127 io.WriteCloser
128}
129
130func (x *halfWriteCloserWrapper) CloseWrite() error {
131 return x.Close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected