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

Function WithUnpackLimiter

core/unpack/unpacker.go:151–156  ·  view source on GitHub ↗
(l Limiter)

Source from the content-addressed store, hash-verified

149}
150
151func WithUnpackLimiter(l Limiter) UnpackerOpt {
152 return UnpackerOpt(func(c *unpackerConfig) error {
153 c.unpackLimiter = l
154 return nil
155 })
156}
157
158// Unpacker unpacks images by hooking into the image handler process.
159// Unpacks happen in the backgrounds and waited on to complete.

Callers 3

PullMethod · 0.92
pullMethod · 0.92
unpackImageFunction · 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…