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

Function distributionSourceLabelKey

core/remotes/docker/handler.go:105–107  ·  view source on GitHub ↗
(source string)

Source from the content-addressed store, hash-verified

103}
104
105func distributionSourceLabelKey(source string) string {
106 return labels.LabelDistributionSource + "." + source
107}
108
109// selectRepositoryMountCandidate will select the repo which has longest
110// common prefix components as the candidate.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…