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

Method ConfigInspect

pkg/dryrun/dryrunclient.go:312–314  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.ConfigInspectOptions)

Source from the content-addressed store, hash-verified

310}
311
312func (d *DryRunClient) ConfigInspect(ctx context.Context, name string, options client.ConfigInspectOptions) (client.ConfigInspectResult, error) {
313 return d.apiClient.ConfigInspect(ctx, name, options)
314}
315
316func (d *DryRunClient) ConfigCreate(ctx context.Context, options client.ConfigCreateOptions) (client.ConfigCreateResult, error) {
317 return d.apiClient.ConfigCreate(ctx, options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected