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

Function getStackTasks

cli/command/stack/common.go:68–70  ·  view source on GitHub ↗
(ctx context.Context, apiclient client.APIClient, namespace string)

Source from the content-addressed store, hash-verified

66}
67
68func getStackTasks(ctx context.Context, apiclient client.APIClient, namespace string) (client.TaskListResult, error) {
69 return apiclient.TaskList(ctx, client.TaskListOptions{Filters: getStackFilter(namespace)})
70}

Callers 1

waitOnTasksFunction · 0.85

Calls 2

getStackFilterFunction · 0.85
TaskListMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…