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

Method PluginList

cli/command/plugin/client_test.go:58–63  ·  view source on GitHub ↗
(_ context.Context, options client.PluginListOptions)

Source from the content-addressed store, hash-verified

56}
57
58func (c *fakeClient) PluginList(_ context.Context, options client.PluginListOptions) (client.PluginListResult, error) {
59 if c.pluginListFunc != nil {
60 return c.pluginListFunc(options)
61 }
62 return client.PluginListResult{}, nil
63}
64
65func (c *fakeClient) PluginInspect(_ context.Context, name string, _ client.PluginInspectOptions) (client.PluginInspectResult, error) {
66 if c.pluginInspectFunc != nil {

Callers 3

completeNamesFunction · 0.80
runListFunction · 0.80
pluginNamesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected