MCPcopy
hub / github.com/docker/compose / VolumeList

Method VolumeList

pkg/dryrun/dryrunclient.go:608–610  ·  view source on GitHub ↗
(ctx context.Context, opts client.VolumeListOptions)

Source from the content-addressed store, hash-verified

606}
607
608func (d *DryRunClient) VolumeList(ctx context.Context, opts client.VolumeListOptions) (client.VolumeListResult, error) {
609 return d.apiClient.VolumeList(ctx, opts)
610}
611
612func (d *DryRunClient) VolumePrune(ctx context.Context, options client.VolumePruneOptions) (client.VolumePruneResult, error) {
613 return d.apiClient.VolumePrune(ctx, options)

Callers 14

TestDownFunction · 0.45
TestDownRemoveOrphansFunction · 0.45
TestDownRemoveVolumesFunction · 0.45
TestStopTimeoutFunction · 0.45
TestCollectObservedStateFunction · 0.45
actualVolumesMethod · 0.45
VolumesMethod · 0.45
TestKillAllFunction · 0.45
TestKillSignalFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestDownFunction · 0.36
TestDownRemoveOrphansFunction · 0.36
TestDownRemoveVolumesFunction · 0.36
TestStopTimeoutFunction · 0.36
TestCollectObservedStateFunction · 0.36
TestKillAllFunction · 0.36
TestKillSignalFunction · 0.36
TestVolumesFunction · 0.36