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

Struct fakeContextProvider

cli/command/context/completion_test.go:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type fakeContextProvider struct {
13 contextStore store.Store
14}
15
16func (c *fakeContextProvider) ContextStore() store.Store {
17 return c.contextStore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected