Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
105
type
Limiter
interface
{
106
Acquire(context.Context, int64) error
107
Release(int64)
108
}
109
Callers
5
acquire
Method · 0.65
open
Method · 0.65
Acquire
Method · 0.65
Dispatch
Function · 0.65
Lock
Method · 0.65
Implementers
1
dockerBase
core/remotes/docker/resolver.go
Calls
no outgoing calls
Tested by
no test coverage detected