Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
85
type
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
GetOCIStopSignal
Function · 0.65
RootFS
Method · 0.65
Size
Method · 0.65
Usage
Method · 0.65
Config
Method · 0.65
Unpack
Method · 0.65
ContentStore
Method · 0.65
WithRestoreImage
Function · 0.65
WithRestoreRuntime
Function · 0.65
WithRestoreSpec
Function · 0.65
Install
Method · 0.65
WithCheckpointTask
Function · 0.65
Implementers
1
Client
client/client.go
Calls
no outgoing calls
Tested by
4
FuzzContentStore
Function · 0.52
createContentStore
Function · 0.52
TestContentLeased
Function · 0.52
TestIngestLeased
Function · 0.52