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

Method Abort

core/content/content.go:86–86  ·  view source on GitHub ↗

Abort completely cancels the ingest operation targeted by ref.

(ctx context.Context, ref string)

Source from the content-addressed store, hash-verified

84
85 // Abort completely cancels the ingest operation targeted by ref.
86 Abort(ctx context.Context, ref string) error
87}
88
89// Info holds content specific information

Callers 13

FuzzContentStoreFunction · 0.65
newContentStoreFunction · 0.65
AbortMethod · 0.65
garbageCollectMethod · 0.65
TestIngestLeasedFunction · 0.65
AbortMethod · 0.65
AbortMethod · 0.65
compressBlobFunction · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
CompareMethod · 0.65
WriteMethod · 0.65

Implementers 9

contentStorecore/metadata/content.go
proxyContentStorecore/content/proxy/content_store.go
convertClientcore/content/proxy/content_store.go
fakeImagepkg/oci/spec_opts_test.go
ttrpccontentClientapi/services/content/v1/content_ttrpc.
contentClientapi/services/content/v1/content_grpc.p
UnimplementedContentServerapi/services/content/v1/content_grpc.p
serviceplugins/services/content/contentserver
storeplugins/content/local/store.go

Calls

no outgoing calls

Tested by 3

FuzzContentStoreFunction · 0.52
newContentStoreFunction · 0.52
TestIngestLeasedFunction · 0.52