Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/docker/cli
/ nopCloseReader
Struct
nopCloseReader
cli/command/system/dial_stdio.go:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
type
nopCloseReader
struct
{
111
halfReadWriteCloser
112
}
113
114
func
(*nopCloseReader) CloseRead() error {
115
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected