MCPcopy
hub / github.com/containerd/containerd / memoryLabelStore

Struct memoryLabelStore

core/remotes/handlers_test.go:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174type memoryLabelStore struct {
175 l sync.Mutex
176 labels map[digest.Digest]map[string]string
177}
178
179func newMemoryLabelStore() local.LabelStore {
180 return &memoryLabelStore{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected