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

Method Out

cli/command/cli.go:106–108  ·  view source on GitHub ↗

Out returns the writer used for stdout

()

Source from the content-addressed store, hash-verified

104
105// Out returns the writer used for stdout
106func (cli *DockerCli) Out() *streams.Out {
107 return cli.out
108}
109
110// Err returns the writer used for stderr
111func (cli *DockerCli) Err() *streams.Out {

Callers 2

TestStdioAttributesFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestStdioAttributesFunction · 0.76