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

Method TaskInspect

pkg/dryrun/dryrunclient.go:528–530  ·  view source on GitHub ↗
(ctx context.Context, taskID string, options client.TaskInspectOptions)

Source from the content-addressed store, hash-verified

526}
527
528func (d *DryRunClient) TaskInspect(ctx context.Context, taskID string, options client.TaskInspectOptions) (client.TaskInspectResult, error) {
529 return d.apiClient.TaskInspect(ctx, taskID, options)
530}
531
532func (d *DryRunClient) TaskList(ctx context.Context, options client.TaskListOptions) (client.TaskListResult, error) {
533 return d.apiClient.TaskList(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected