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

Method ImageList

cli/command/system/client_test.go:56–61  ·  view source on GitHub ↗
(ctx context.Context, options client.ImageListOptions)

Source from the content-addressed store, hash-verified

54}
55
56func (cli *fakeClient) ImageList(ctx context.Context, options client.ImageListOptions) (client.ImageListResult, error) {
57 if cli.imageListFunc != nil {
58 return cli.imageListFunc(ctx, options)
59 }
60 return client.ImageListResult{}, nil
61}
62
63func (cli *fakeClient) Info(ctx context.Context, options client.InfoOptions) (client.SystemInfoResult, error) {
64 if cli.infoFunc != nil {

Callers 1

imageNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected