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

Method NetworkPrune

pkg/dryrun/dryrunclient.go:456–458  ·  view source on GitHub ↗
(ctx context.Context, options client.NetworkPruneOptions)

Source from the content-addressed store, hash-verified

454}
455
456func (d *DryRunClient) NetworkPrune(ctx context.Context, options client.NetworkPruneOptions) (client.NetworkPruneResult, error) {
457 return d.apiClient.NetworkPrune(ctx, options)
458}
459
460func (d *DryRunClient) PluginList(ctx context.Context, options client.PluginListOptions) (client.PluginListResult, error) {
461 return d.apiClient.PluginList(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected