Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
84
type
Fetcher
interface
{
85
Fetch(context.Context, ocispec.Descriptor) (io.ReadCloser, error)
86
}
87
88
type
Pusher
interface
{
Callers
12
testExportImport
Function · 0.65
TestImageUsage
Function · 0.65
TestExportAllCases
Function · 0.65
TestConvert
Function · 0.65
TestImagePullAllPlatforms
Function · 0.65
TestImagePullSomePlatforms
Function · 0.65
Fetch
Function · 0.65
testFetch
Function · 0.65
testocimanifest
Function · 0.65
restore.go
File · 0.65
Fetch
Function · 0.65
content.go
File · 0.65
Implementers
2
Client
client/client.go
dockerFetcher
core/remotes/docker/fetcher.go
Calls
no outgoing calls
Tested by
8
testExportImport
Function · 0.52
TestImageUsage
Function · 0.52
TestExportAllCases
Function · 0.52
TestConvert
Function · 0.52
TestImagePullAllPlatforms
Function · 0.52
TestImagePullSomePlatforms
Function · 0.52
testFetch
Function · 0.52
testocimanifest
Function · 0.52