MCPcopy
hub / github.com/containerd/containerd / Write

Method Write

api/services/content/v1/content_grpc.pb.go:77–77  ·  view source on GitHub ↗

Write begins or resumes writes to a resource identified by a unique ref. Only one active stream may exist at a time for each ref. Once a write stream has started, it may only write to a single ref, thus once a stream is started, the ref may be omitted on subsequent writes. For any write transactio

(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

75 // When completed, the commit flag should be set to true. If expected size
76 // or digest is set, the content will be validated against those values.
77 Write(ctx context.Context, opts ...grpc.CallOption) (Content_WriteClient, error)
78 // Abort cancels the ongoing write named in the request. Any resources
79 // associated with the write will be collected.
80 Abort(ctx context.Context, in *AbortRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)

Callers 15

FuzzLoadDefaultProfileFunction · 0.65
FuzzContentStoreFunction · 0.65
limitedCopyMethod · 0.65
createContentFunction · 0.65
hash64Function · 0.65
TestCheckpointRestorePTYFunction · 0.65
TestRoLoopFunction · 0.65
TestRwLoopFunction · 0.65
WriteMethod · 0.65
FuzzFetcherFunction · 0.65
TestPusherErrResetFunction · 0.65

Implementers 5

convertClientcore/content/proxy/content_store.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

Calls

no outgoing calls

Tested by 15

FuzzLoadDefaultProfileFunction · 0.52
FuzzContentStoreFunction · 0.52
limitedCopyMethod · 0.52
createContentFunction · 0.52
hash64Function · 0.52
TestCheckpointRestorePTYFunction · 0.52
TestRoLoopFunction · 0.52
TestRwLoopFunction · 0.52
FuzzFetcherFunction · 0.52
TestPusherErrResetFunction · 0.52