(ctx context.Context, opts client.BuildCachePruneOptions)
| 386 | } |
| 387 | |
| 388 | func (d *DryRunClient) BuildCachePrune(ctx context.Context, opts client.BuildCachePruneOptions) (client.BuildCachePruneResult, error) { |
| 389 | return d.apiClient.BuildCachePrune(ctx, opts) |
| 390 | } |
| 391 | |
| 392 | func (d *DryRunClient) BuildCancel(ctx context.Context, id string, opts client.BuildCancelOptions) (client.BuildCancelResult, error) { |
| 393 | return d.apiClient.BuildCancel(ctx, id, opts) |
nothing calls this directly
no outgoing calls
no test coverage detected