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

Method ConfigFile

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

ConfigFile returns the cli configfile object (to get client configuration)

()

Source from the content-addressed store, hash-verified

95
96// ConfigFile returns the cli configfile object (to get client configuration)
97func (c *FakeCli) ConfigFile() *configfile.ConfigFile {
98 return c.configfile
99}
100
101// OutBuffer returns the stdout buffer
102func (c *FakeCli) OutBuffer() *bytes.Buffer {

Callers 2

TestGetPluginDirsFunction · 0.95
preparePluginStubCommandFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestGetPluginDirsFunction · 0.76
preparePluginStubCommandFunction · 0.76