MCPcopy 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
110type nopCloseReader struct {
111 halfReadWriteCloser
112}
113
114func (*nopCloseReader) CloseRead() error {
115 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected