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

Method Client

cli/command/completion/functions.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18// it's used.
19type APIClientProvider interface {
20 Client() client.APIClient
21}
22
23// ImageNames offers completion for images present within the local store

Callers 15

ImageNamesFunction · 0.65
ImageNamesWithBaseFunction · 0.65
ContainerNamesFunction · 0.65
VolumeNamesFunction · 0.65
NetworkNamesFunction · 0.65
runLogsFunction · 0.65
copyFromContainerFunction · 0.65
copyToContainerFunction · 0.65
runStopFunction · 0.65
newRenameCommandFunction · 0.65
runExportFunction · 0.65
runTopFunction · 0.65

Implementers 4

DockerClicli/command/cli.go
fakeCLIcli/command/completion/functions_test.
FakeCliinternal/test/cli.go
FakeClicmd/docker-trust/internal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected