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

Method ContainerList

cli/command/container/client_test.go:58–63  ·  view source on GitHub ↗
(_ context.Context, options client.ContainerListOptions)

Source from the content-addressed store, hash-verified

56}
57
58func (f *fakeClient) ContainerList(_ context.Context, options client.ContainerListOptions) (client.ContainerListResult, error) {
59 if f.containerListFunc != nil {
60 return f.containerListFunc(options)
61 }
62 return client.ContainerListResult{}, nil
63}
64
65func (f *fakeClient) ContainerInspect(_ context.Context, containerID string, _ client.ContainerInspectOptions) (client.ContainerInspectResult, error) {
66 if f.inspectFunc != nil {

Callers 3

completeLinksFunction · 0.45
RunStatsFunction · 0.45
runPsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected