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

Method BuildCachePrune

pkg/dryrun/dryrunclient.go:388–390  ·  view source on GitHub ↗
(ctx context.Context, opts client.BuildCachePruneOptions)

Source from the content-addressed store, hash-verified

386}
387
388func (d *DryRunClient) BuildCachePrune(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error) {
389 return d.apiClient.BuildCachePrune(ctx, opts)
390}
391
392func (d *DryRunClient) BuildCancel(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error) {
393 return d.apiClient.BuildCancel(ctx, id, opts)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected