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

Method ImagesPrune

dockerutil/dockerfake/client.go:107–112  ·  view source on GitHub ↗
(ctx context.Context, pruneFilter filters.Args)

Source from the content-addressed store, hash-verified

105}
106
107func (m MockClient) ImagesPrune(ctx context.Context, pruneFilter filters.Args) (image.PruneReport, error) {
108 if m.ImagePruneFn == nil {
109 return image.PruneReport{}, nil
110 }
111 return m.ImagePruneFn(ctx, pruneFilter)
112}
113
114func (MockClient) Events(_ context.Context, _ events.ListOptions) (<-chan events.Message, <-chan error) {
115 panic("not implemented")

Callers 1

PruneImagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected