Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
type
halfWriteCloserWrapper
struct
{
127
io.WriteCloser
128
}
129
130
func
(x *halfWriteCloserWrapper) CloseWrite() error {
131
return
x.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected