MCPcopy Index your code
hub / github.com/docker/cli / VolumeList

Method VolumeList

cli/command/system/client_test.go:95–100  ·  view source on GitHub ↗
(ctx context.Context, options client.VolumeListOptions)

Source from the content-addressed store, hash-verified

93}
94
95func (cli *fakeClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) {
96 if cli.volumeListFunc != nil {
97 return cli.volumeListFunc(ctx, options)
98 }
99 return client.VolumeListResult{}, nil
100}

Callers 1

volumeNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected