MCPcopy Index your code
hub / github.com/containerd/containerd / WithConcurrentLayerFetchBuffer

Function WithConcurrentLayerFetchBuffer

core/transfer/transfer.go:68–72  ·  view source on GitHub ↗
(ConcurrentLayerFetchBuffer int)

Source from the content-addressed store, hash-verified

66}
67
68func WithConcurrentLayerFetchBuffer(ConcurrentLayerFetchBuffer int) ImageResolverOption {
69 return func(opts *ImageResolverOptions) {
70 opts.Performances.ConcurrentLayerFetchBuffer = ConcurrentLayerFetchBuffer
71 }
72}
73
74type ImageFetcher interface {
75 ImageResolver

Callers 2

PullMethod · 0.92
pullMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…