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

Method TaskInspect

cli/command/node/client_test.go:56–61  ·  view source on GitHub ↗
(_ context.Context, taskID string, _ client.TaskInspectOptions)

Source from the content-addressed store, hash-verified

54}
55
56func (cli *fakeClient) TaskInspect(_ context.Context, taskID string, _ client.TaskInspectOptions) (client.TaskInspectResult, error) {
57 if cli.taskInspectFunc != nil {
58 return cli.taskInspectFunc(taskID)
59 }
60 return client.TaskInspectResult{}, nil
61}
62
63func (cli *fakeClient) TaskList(_ context.Context, options client.TaskListOptions) (client.TaskListResult, error) {
64 if cli.taskListFunc != nil {

Callers 3

runLogsFunction · 0.80
formatMethod · 0.80
inspectTasksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected