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

Struct fakeConfigProvider

cli-plugins/manager/hooks_test.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type fakeConfigProvider struct {
14 cfg *configfile.ConfigFile
15}
16
17func (f *fakeConfigProvider) ConfigFile() *configfile.ConfigFile {
18 return f.cfg

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected