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

Struct fakeCLI

cli/command/completion/functions_test.go:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18)
19
20type fakeCLI struct {
21 *fakeClient
22}
23
24// Client implements [APIClientProvider].
25func (c fakeCLI) Client() client.APIClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected