MCPcopy
hub / github.com/containerd/containerd / ContentStore

Method ContentStore

client/image.go:446–448  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

444}
445
446func (i *image) ContentStore() content.Store {
447 return i.client.ContentStore()
448}
449
450func (i *image) Platform() platforms.MatchComparer {
451 return i.platform

Callers 3

SpecMethod · 0.95
getManifestMethod · 0.95

Calls 1

ContentStoreMethod · 0.65

Tested by

no test coverage detected