MCPcopy
hub / github.com/containerd/containerd / Get

Method Get

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

Get returns all the labels for the given digest

(digest.Digest)

Source from the content-addressed store, hash-verified

51type LabelStore interface {
52 // Get returns all the labels for the given digest
53 Get(digest.Digest) (map[string]string, error)
54
55 // Set sets all the labels for a given digest
56 Set(digest.Digest, map[string]string) error

Callers 15

getFinalPathNameByHandleFunction · 0.65
TestCopyTTRPCMetadataFunction · 0.65
copyBufferedFunction · 0.65
newBufferedReaderFunction · 0.65
BenchmarkDecompressionFunction · 0.65
copyIOFunction · 0.65
copyIOFunction · 0.65
CreateMethod · 0.65
StartMethod · 0.65
StatusMethod · 0.65
getSandboxMethod · 0.65
initFunction · 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 3

TestCopyTTRPCMetadataFunction · 0.52
BenchmarkDecompressionFunction · 0.52