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

Method VolumeInspect

pkg/dryrun/dryrunclient.go:604–606  ·  view source on GitHub ↗
(ctx context.Context, volumeID string, options client.VolumeInspectOptions)

Source from the content-addressed store, hash-verified

602}
603
604func (d *DryRunClient) VolumeInspect(ctx context.Context, volumeID string, options client.VolumeInspectOptions) (client.VolumeInspectResult, error) {
605 return d.apiClient.VolumeInspect(ctx, volumeID, options)
606}
607
608func (d *DryRunClient) VolumeList(ctx context.Context, opts client.VolumeListOptions) (client.VolumeListResult, error) {
609 return d.apiClient.VolumeList(ctx, opts)

Callers 3

TestDownRemoveVolumesFunction · 0.45
ensureVolumeMethod · 0.45
removeVolumeMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestDownRemoveVolumesFunction · 0.36