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

Method ContentStore

core/images/converter/converter.go:87–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85type Client interface {
86 WithLease(ctx context.Context, opts ...leases.Opt) (context.Context, func(context.Context) error, error)
87 ContentStore() content.Store
88 ImageService() images.Store
89}
90

Callers 15

GetOCIStopSignalFunction · 0.65
RootFSMethod · 0.65
SizeMethod · 0.65
UsageMethod · 0.65
ConfigMethod · 0.65
UnpackMethod · 0.65
ContentStoreMethod · 0.65
WithRestoreImageFunction · 0.65
WithRestoreRuntimeFunction · 0.65
WithRestoreSpecFunction · 0.65
InstallMethod · 0.65
WithCheckpointTaskFunction · 0.65

Implementers 1

Clientclient/client.go

Calls

no outgoing calls

Tested by 4

FuzzContentStoreFunction · 0.52
createContentStoreFunction · 0.52
TestContentLeasedFunction · 0.52
TestIngestLeasedFunction · 0.52