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

Method Err

cli/command/cli.go:111–113  ·  view source on GitHub ↗

Err returns the writer used for stderr

()

Source from the content-addressed store, hash-verified

109
110// Err returns the writer used for stderr
111func (cli *DockerCli) Err() *streams.Out {
112 return cli.err
113}
114
115// SetIn sets the reader used for stdin
116func (cli *DockerCli) SetIn(in *streams.In) {

Callers 6

RunFunction · 0.95
ClientMethod · 0.95
DockerEndpointMethod · 0.95
mainFunction · 0.95
dockerMainFunction · 0.95

Calls

no outgoing calls

Tested by 1