MCPcopy Index your code
hub / github.com/coder/envbox / ContainerRemove

Method ContainerRemove

dockerutil/dockerfake/client.go:222–227  ·  view source on GitHub ↗
(ctx context.Context, name string, options containertypes.RemoveOptions)

Source from the content-addressed store, hash-verified

220}
221
222func (m MockClient) ContainerRemove(ctx context.Context, name string, options containertypes.RemoveOptions) error {
223 if m.ContainerRemoveFn == nil {
224 return nil
225 }
226 return m.ContainerRemoveFn(ctx, name, options)
227}
228
229func (MockClient) ContainerRename(_ context.Context, _ string, _ string) error {
230 panic("not implemented")

Callers 1

GetImageMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected