MCPcopy Create free account
hub / github.com/docker/compose / TaskList

Method TaskList

pkg/dryrun/dryrunclient.go:532–534  ·  view source on GitHub ↗
(ctx context.Context, options client.TaskListOptions)

Source from the content-addressed store, hash-verified

530}
531
532func (d *DryRunClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error) {
533 return d.apiClient.TaskList(ctx, options)
534}
535
536func (d *DryRunClient) SwarmInit(ctx context.Context, options client.SwarmInitOptions) (client.SwarmInitResult, error) {
537 return d.apiClient.SwarmInit(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected