Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
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
446
func
(i *image) ContentStore() content.Store {
447
return
i.client.ContentStore()
448
}
449
450
func
(i *image) Platform() platforms.MatchComparer {
451
return
i.platform
Callers
3
Spec
Method · 0.95
getManifest
Method · 0.95
checkSnapshotterSupport
Method · 0.95
Calls
1
ContentStore
Method · 0.65
Tested by
no test coverage detected