MCPcopy Create free account
hub / github.com/docker/cli / VolumeList

Method VolumeList

cli/command/volume/client_test.go:32–37  ·  view source on GitHub ↗
(_ context.Context, options client.VolumeListOptions)

Source from the content-addressed store, hash-verified

30}
31
32func (c *fakeClient) VolumeList(_ context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) {
33 if c.volumeListFunc != nil {
34 return c.volumeListFunc(options)
35 }
36 return client.VolumeListResult{}, nil
37}
38
39func (c *fakeClient) VolumePrune(_ context.Context, opts client.VolumePruneOptions) (client.VolumePruneResult, error) {
40 if c.volumePruneFunc != nil {

Callers 1

runListFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected