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

Method VolumeRemove

pkg/dryrun/dryrunclient.go:281–283  ·  pkg/dryrun/dryrunclient.go::DryRunClient.VolumeRemove
(ctx context.Context, volumeID string, options client.VolumeRemoveOptions)

Source from the content-addressed store, hash-verified

279}
280
281func (d *DryRunClient) VolumeRemove(ctx context.Context, volumeID string, options client.VolumeRemoveOptions) (client.VolumeRemoveResult, error) {
282 return client.VolumeRemoveResult{}, nil
283}
284
285func (d *DryRunClient) ExecCreate(ctx context.Context, container string, config client.ExecCreateOptions) (client.ExecCreateResult, error) {
286 b := make([]byte, 32)

Callers 4

TestDownRemoveVolumesFunction · 0.45
execRemoveVolumeMethod · 0.45
removeDivergedVolumeMethod · 0.45
removeVolumeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestDownRemoveVolumesFunction · 0.36