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

Method ContainerStatPath

pkg/dryrun/dryrunclient.go:360–362  ·  view source on GitHub ↗
(ctx context.Context, container string, options client.ContainerStatPathOptions)

Source from the content-addressed store, hash-verified

358}
359
360func (d *DryRunClient) ContainerStatPath(ctx context.Context, container string, options client.ContainerStatPathOptions) (client.ContainerStatPathResult, error) {
361 return d.apiClient.ContainerStatPath(ctx, container, options)
362}
363
364func (d *DryRunClient) ContainerStats(ctx context.Context, container string, options client.ContainerStatsOptions) (client.ContainerStatsResult, error) {
365 return d.apiClient.ContainerStats(ctx, container, options)

Callers 3

CopyFromContainerMethod · 0.95
copyToContainerMethod · 0.45
copyFromContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected