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

Method ContextStore

cmd/docker/completions.go:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8type contextStoreProvider interface {
9 ContextStore() store.Store
10}
11
12func completeContextNames(dockerCLI contextStoreProvider) func(*cobra.Command, []string, string) ([]string, cobra.ShellCompDirective) {

Callers 1

completeContextNamesFunction · 0.65

Implementers 4

DockerClicli/command/cli.go
fakeContextProvidercli/command/context/completion_test.go
FakeCliinternal/test/cli.go
fakeCLIcmd/docker/completions_test.go

Calls

no outgoing calls

Tested by

no test coverage detected