Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ halfReadCloserWrapper
Struct
halfReadCloserWrapper
cli/command/system/dial_stdio.go:118–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
type
halfReadCloserWrapper
struct
{
119
io.ReadCloser
120
}
121
122
func
(x *halfReadCloserWrapper) CloseRead() error {
123
return
x.Close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected