Function
WithConcurrentLayerFetchBuffer
(ConcurrentLayerFetchBuffer int)
Source from the content-addressed store, hash-verified
| 66 | } |
| 67 | |
| 68 | func WithConcurrentLayerFetchBuffer(ConcurrentLayerFetchBuffer int) ImageResolverOption { |
| 69 | return func(opts *ImageResolverOptions) { |
| 70 | opts.Performances.ConcurrentLayerFetchBuffer = ConcurrentLayerFetchBuffer |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | type ImageFetcher interface { |
| 75 | ImageResolver |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…