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

Method VolumeList

cli/command/completion/functions_test.go:58–63  ·  view source on GitHub ↗
(ctx context.Context, options client.VolumeListOptions)

Source from the content-addressed store, hash-verified

56}
57
58func (c *fakeClient) VolumeList(ctx context.Context, options client.VolumeListOptions) (client.VolumeListResult, error) {
59 if c.volumeListFunc != nil {
60 return c.volumeListFunc(ctx, options)
61 }
62 return client.VolumeListResult{}, nil
63}
64
65func TestCompleteContainerNames(t *testing.T) {
66 tests := []struct {

Callers 1

VolumeNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected