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

Function WithDuplicationSuppressor

core/unpack/unpacker.go:144–149  ·  view source on GitHub ↗
(d KeyedLocker)

Source from the content-addressed store, hash-verified

142}
143
144func WithDuplicationSuppressor(d KeyedLocker) UnpackerOpt {
145 return UnpackerOpt(func(c *unpackerConfig) error {
146 c.duplicationSuppressor = d
147 return nil
148 })
149}
150
151func WithUnpackLimiter(l Limiter) UnpackerOpt {
152 return UnpackerOpt(func(c *unpackerConfig) error {

Callers 3

PullMethod · 0.92
pullMethod · 0.92
importStreamMethod · 0.92

Calls 1

UnpackerOptFuncType · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…