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

Method ContextStore

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

Source from the content-addressed store, hash-verified

12
13type contextProvider interface {
14 ContextStore() store.Store
15 CurrentContext() string
16}
17

Callers 15

TestInspectFunction · 0.65
runExportFunction · 0.65
TestCreateFunction · 0.65
TestCreateFromContextFunction · 0.65
TestCreateFromCurrentFunction · 0.65
runInspectFunction · 0.65
TestExportImportWithFileFunction · 0.65
TestExportImportPipeFunction · 0.65
runUpdateFunction · 0.65
doRemoveFunction · 0.65
checkContextExistsFunction · 0.65
completeContextNamesFunction · 0.65

Implementers 3

DockerClicli/command/cli.go
fakeContextProvidercli/command/context/completion_test.go
FakeCliinternal/test/cli.go

Calls

no outgoing calls

Tested by 9

TestInspectFunction · 0.52
TestCreateFunction · 0.52
TestCreateFromContextFunction · 0.52
TestCreateFromCurrentFunction · 0.52
TestExportImportWithFileFunction · 0.52
TestExportImportPipeFunction · 0.52
TestUpdateDockerOnlyFunction · 0.52
TestRemoveFunction · 0.52