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

Method DiskUsage

pkg/dryrun/dryrunclient.go:596–598  ·  view source on GitHub ↗
(ctx context.Context, options client.DiskUsageOptions)

Source from the content-addressed store, hash-verified

594}
595
596func (d *DryRunClient) DiskUsage(ctx context.Context, options client.DiskUsageOptions) (client.DiskUsageResult, error) {
597 return d.apiClient.DiskUsage(ctx, options)
598}
599
600func (d *DryRunClient) Ping(ctx context.Context, options client.PingOptions) (client.PingResult, error) {
601 return d.apiClient.Ping(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected