MCPcopy Index your code
hub / github.com/containerd/containerd / Close

Method Close

integration/remote/remote_image.go:63–68  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

61}
62
63func (r *ImageService) Close(ctx context.Context) error {
64 if r == nil {
65 return nil
66 }
67 return r.imageService.Close(ctx)
68}
69
70func (r *ImageService) ListImages(filter *runtimeapi.ImageFilter, _ ...grpc.CallOption) ([]*runtimeapi.Image, error) {
71 return r.imageService.ListImages(context.Background(), filter)

Callers 1

criImageServiceMethod · 0.95

Calls 1

CloseMethod · 0.65

Tested by 1

criImageServiceMethod · 0.76