MCPcopy
hub / github.com/containerd/containerd / Set

Method Set

plugins/content/local/store.go:56–56  ·  view source on GitHub ↗

Set sets all the labels for a given digest

(digest.Digest, map[string]string)

Source from the content-addressed store, hash-verified

54
55 // Set sets all the labels for a given digest
56 Set(digest.Digest, map[string]string) error
57
58 // Update replaces the given labels for a digest,
59 // a key with an empty value removes a label.

Callers 15

StartMethod · 0.65
createGetReqMethod · 0.65
openMethod · 0.65
FuzzFetcherFunction · 0.65
defaultHandlerMethod · 0.65
TestFetcherOpenFunction · 0.65
TestFetcherOpenParallelFunction · 0.65
TestContentEncodingFunction · 0.65
pushMethod · 0.65

Implementers 3

memoryLabelStorecore/remotes/handlers_test.go
memoryLabelStorecore/images/imagetest/content.go
memoryLabelStoreplugins/content/local/store_test.go

Calls

no outgoing calls

Tested by 15

StartMethod · 0.52
FuzzFetcherFunction · 0.52
defaultHandlerMethod · 0.52
TestFetcherOpenFunction · 0.52
TestFetcherOpenParallelFunction · 0.52
TestContentEncodingFunction · 0.52
TestResolverOptionsRaceFunction · 0.52
TestBasicResolverFunction · 0.52