MCPcopy
hub / github.com/containerd/containerd / Release

Method Release

core/unpack/unpacker.go:107–107  ·  view source on GitHub ↗
(int64)

Source from the content-addressed store, hash-verified

105type Limiter interface {
106 Acquire(context.Context, int64) error
107 Release(int64)
108}
109
110type UnpackerOpt func(*unpackerConfig) error

Callers 7

releaseMethod · 0.65
openMethod · 0.65
ReleaseMethod · 0.65
DispatchFunction · 0.65
DeleteMethod · 0.65
DeleteMethod · 0.65
UnlockMethod · 0.65

Implementers 1

dockerBasecore/remotes/docker/resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected