MCPcopy
hub / github.com/containerd/containerd / Read

Method Read

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

Read allows one to read an object based on the offset into the content. The requested data may be returned in one or more messages.

(ctx context.Context, in *ReadContentRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

49 //
50 // The requested data may be returned in one or more messages.
51 Read(ctx context.Context, in *ReadContentRequest, opts ...grpc.CallOption) (Content_ReadClient, error)
52 // Status returns the status for a single reference.
53 Status(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*StatusResponse, error)
54 // ListStatuses returns the status of ongoing object ingestions, started via

Callers 15

generateRandomDiffIDsFunction · 0.65
uniquePartFunction · 0.65
updateFileFunction · 0.65
WithRandomIDFunction · 0.65
flushEventfdFunction · 0.65
ReadMethod · 0.65
ReadMethod · 0.65
TestFetcherOpenFunction · 0.65
TestFetcherOpenParallelFunction · 0.65
TestContentEncodingFunction · 0.65
ReadMethod · 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 12

generateRandomDiffIDsFunction · 0.52
updateFileFunction · 0.52
TestFetcherOpenFunction · 0.52
TestFetcherOpenParallelFunction · 0.52
TestContentEncodingFunction · 0.52
bytesForFunction · 0.52
generateDataFunction · 0.52
TestWrapReadCloserFunction · 0.52
ext4IsVerityFunction · 0.52
TestContentWriterFunction · 0.52
generateBlobsFunction · 0.52