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

Method PluginInspect

cli/command/plugin/client_test.go:65–70  ·  view source on GitHub ↗
(_ context.Context, name string, _ client.PluginInspectOptions)

Source from the content-addressed store, hash-verified

63}
64
65func (c *fakeClient) PluginInspect(_ context.Context, name string, _ client.PluginInspectOptions) (client.PluginInspectResult, error) {
66 if c.pluginInspectFunc != nil {
67 return c.pluginInspectFunc(name)
68 }
69 return client.PluginInspectResult{}, nil
70}
71
72func (*fakeClient) Info(context.Context, client.InfoOptions) (client.SystemInfoResult, error) {
73 return client.SystemInfoResult{}, nil

Callers 3

runInspectFunction · 0.80
runUpgradeFunction · 0.80
inspectPluginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected