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

Method Acquire

core/unpack/unpacker.go:106–106  ·  view source on GitHub ↗
(context.Context, int64)

Source from the content-addressed store, hash-verified

104// requiring operations to first acquire from the limiter and release when complete.
105type Limiter interface {
106 Acquire(context.Context, int64) error
107 Release(int64)
108}
109

Callers 5

acquireMethod · 0.65
openMethod · 0.65
AcquireMethod · 0.65
DispatchFunction · 0.65
LockMethod · 0.65

Implementers 1

dockerBasecore/remotes/docker/resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected