Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
type
contextProvider
interface
{
14
ContextStore() store.Store
15
CurrentContext() string
16
}
17
Callers
15
TestInspect
Function · 0.65
runExport
Function · 0.65
TestCreate
Function · 0.65
TestCreateFromContext
Function · 0.65
TestCreateFromCurrent
Function · 0.65
runInspect
Function · 0.65
TestExportImportWithFile
Function · 0.65
TestExportImportPipe
Function · 0.65
runUpdate
Function · 0.65
doRemove
Function · 0.65
checkContextExists
Function · 0.65
completeContextNames
Function · 0.65
Implementers
3
DockerCli
cli/command/cli.go
fakeContextProvider
cli/command/context/completion_test.go
FakeCli
internal/test/cli.go
Calls
no outgoing calls
Tested by
9
TestInspect
Function · 0.52
TestCreate
Function · 0.52
TestCreateFromContext
Function · 0.52
TestCreateFromCurrent
Function · 0.52
TestExportImportWithFile
Function · 0.52
TestExportImportPipe
Function · 0.52
TestUpdateDescriptionOnly
Function · 0.52
TestUpdateDockerOnly
Function · 0.52
TestRemove
Function · 0.52