MCPcopy
hub / github.com/containerd/containerd / remoteReaderAt

Struct remoteReaderAt

core/content/proxy/content_reader.go:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type remoteReaderAt struct {
27 ctx context.Context
28 digest digest.Digest
29 size int64
30 client contentapi.TTRPCContentClient
31}
32
33func (ra *remoteReaderAt) Size() int64 {
34 return ra.size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected