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

Method Client

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

Client returns a docker API client

()

Source from the content-addressed store, hash-verified

70
71// Client returns a docker API client
72func (c *FakeCli) Client() client.APIClient {
73 return c.client
74}
75
76// CurrentVersion returns the API version used by FakeCli.
77// func (*FakeCli) CurrentVersion() string {

Callers 1

TestInitTtySizeErrorsFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestInitTtySizeErrorsFunction · 0.76