MCPcopy
hub / github.com/containerd/containerd / sandboxStore

Struct sandboxStore

core/metadata/sandbox.go:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type sandboxStore struct {
43 db *DB
44}
45
46var _ api.Store = (*sandboxStore)(nil)
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected