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

Method TaskList

cli/command/stack/client_test.go:110–115  ·  view source on GitHub ↗
(_ context.Context, options client.TaskListOptions)

Source from the content-addressed store, hash-verified

108}
109
110func (cli *fakeClient) TaskList(_ context.Context, options client.TaskListOptions) (client.TaskListResult, error) {
111 if cli.taskListFunc != nil {
112 return cli.taskListFunc(options)
113 }
114 return client.TaskListResult{}, nil
115}
116
117func (cli *fakeClient) NodeList(_ context.Context, options client.NodeListOptions) (client.NodeListResult, error) {
118 if cli.nodeListFunc != nil {

Callers 3

getStackTasksFunction · 0.45
runPSFunction · 0.45
taskNamesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected