MCPcopy
hub / github.com/containerd/containerd / Fetch

Method Fetch

core/transfer/transfer.go:85–85  ·  view source on GitHub ↗
(context.Context, ocispec.Descriptor)

Source from the content-addressed store, hash-verified

83
84type Fetcher interface {
85 Fetch(context.Context, ocispec.Descriptor) (io.ReadCloser, error)
86}
87
88type Pusher interface {

Callers 12

testExportImportFunction · 0.65
TestImageUsageFunction · 0.65
TestExportAllCasesFunction · 0.65
TestConvertFunction · 0.65
FetchFunction · 0.65
testFetchFunction · 0.65
testocimanifestFunction · 0.65
restore.goFile · 0.65
FetchFunction · 0.65
content.goFile · 0.65

Implementers 2

Clientclient/client.go
dockerFetchercore/remotes/docker/fetcher.go

Calls

no outgoing calls

Tested by 8

testExportImportFunction · 0.52
TestImageUsageFunction · 0.52
TestExportAllCasesFunction · 0.52
TestConvertFunction · 0.52
testFetchFunction · 0.52
testocimanifestFunction · 0.52