MCPcopy
hub / github.com/containerd/containerd / Abort

Method Abort

core/content/proxy/content_store.go:302–304  ·  view source on GitHub ↗
(ctx context.Context, req *contentapi.AbortRequest)

Source from the content-addressed store, hash-verified

300}
301
302func (c convertClient) Abort(ctx context.Context, req *contentapi.AbortRequest) (*emptypb.Empty, error) {
303 return c.ContentClient.Abort(ctx, req)
304}
305
306func infoToGRPC(info *content.Info) *contentapi.Info {
307 return &contentapi.Info{

Callers

nothing calls this directly

Calls 1

AbortMethod · 0.65

Tested by

no test coverage detected