MCPcopy
hub / github.com/containerd/containerd / release

Method release

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

Source from the content-addressed store, hash-verified

708}
709
710func (u *Unpacker) release(l Limiter) {
711 if l == nil {
712 return
713 }
714 l.Release(1)
715}
716
717func (u *Unpacker) lockSnChainID(ctx context.Context, chainID, snapshotter string) (func(), error) {
718 key := u.makeChainIDKeyWithSnapshotter(chainID, snapshotter)

Callers 2

unpackMethod · 0.95
fetchMethod · 0.95

Calls 1

ReleaseMethod · 0.65

Tested by

no test coverage detected