MCPcopy Create free account
hub / github.com/docker/cli / In

Method In

cmd/docker-trust/internal/test/cli.go:92–94  ·  view source on GitHub ↗

In returns the input stream the cli will use

()

Source from the content-addressed store, hash-verified

90
91// In returns the input stream the cli will use
92func (c *FakeCli) In() *streams.In {
93 return c.in
94}
95
96// ConfigFile returns the cli configfile object (to get client configuration)
97func (c *FakeCli) ConfigFile() *configfile.ConfigFile {

Callers 2

TestNewLoadCommandErrorsFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestNewLoadCommandErrorsFunction · 0.76