MCPcopy
hub / github.com/docker/compose / Close

Method Close

pkg/dryrun/dryrunclient.go:640–642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638}
639
640func (d *DryRunClient) Close() error {
641 return d.apiClient.Close()
642}
643
644func (d *DryRunClient) CheckpointCreate(ctx context.Context, container string, options client.CheckpointCreateOptions) (client.CheckpointCreateResult, error) {
645 return d.apiClient.CheckpointCreate(ctx, container, options)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected