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

Method Release

core/remotes/docker/resolver.go:502–506  ·  view source on GitHub ↗
(weight int64)

Source from the content-addressed store, hash-verified

500}
501
502func (r *dockerBase) Release(weight int64) {
503 if r.limiter != nil {
504 r.limiter.Release(weight)
505 }
506}
507
508func (r *dockerResolver) base(refspec reference.Spec) (*dockerBase, error) {
509 host := refspec.Hostname()

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.65

Tested by

no test coverage detected