MCPcopy Create free account
hub / github.com/docker/compose / PluginSet

Method PluginSet

pkg/dryrun/dryrunclient.go:488–490  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.PluginSetOptions)

Source from the content-addressed store, hash-verified

486}
487
488func (d *DryRunClient) PluginSet(ctx context.Context, name string, options client.PluginSetOptions) (client.PluginSetResult, error) {
489 return d.apiClient.PluginSet(ctx, name, options)
490}
491
492func (d *DryRunClient) PluginInspect(ctx context.Context, name string, options client.PluginInspectOptions) (client.PluginInspectResult, error) {
493 return d.apiClient.PluginInspect(ctx, name, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected