MCPcopy Index your code
hub / github.com/docker/cli / ConfigRemove

Method ConfigRemove

cli/command/config/client_test.go:38–43  ·  view source on GitHub ↗
(ctx context.Context, name string, options client.ConfigRemoveOptions)

Source from the content-addressed store, hash-verified

36}
37
38func (c *fakeClient) ConfigRemove(ctx context.Context, name string, options client.ConfigRemoveOptions) (client.ConfigRemoveResult, error) {
39 if c.configRemoveFunc != nil {
40 return c.configRemoveFunc(ctx, name, options)
41 }
42 return client.ConfigRemoveResult{}, nil
43}

Callers 1

runRemoveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected