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

Method ImageList

cli/command/completion/functions_test.go:44–49  ·  view source on GitHub ↗
(ctx context.Context, options client.ImageListOptions)

Source from the content-addressed store, hash-verified

42}
43
44func (c *fakeClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error) {
45 if c.imageListFunc != nil {
46 return c.imageListFunc(ctx, options)
47 }
48 return client.ImageListResult{}, nil
49}
50
51func (c *fakeClient) NetworkList(ctx context.Context, options client.NetworkListOptions) (client.NetworkListResult, error) {
52 if c.networkListFunc != nil {

Callers 2

ImageNamesFunction · 0.45
ImageNamesWithBaseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected