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

Method In

cli/command/cli.go:121–123  ·  view source on GitHub ↗

In returns the reader used for stdin

()

Source from the content-addressed store, hash-verified

119
120// In returns the reader used for stdin
121func (cli *DockerCli) In() *streams.In {
122 return cli.in
123}
124
125// ShowHelp shows the command help.
126func ShowHelp(err io.Writer) func(*cobra.Command, []string) error {

Callers 2

TestStdioAttributesFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestStdioAttributesFunction · 0.76