MCPcopy
hub / github.com/containerd/containerd / contentStore

Struct contentStore

core/metadata/content.go:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type contentStore struct {
43 content.Store
44 db *DB
45 shared bool
46 l sync.RWMutex
47}
48
49// newContentStore returns a namespaced content store using an existing
50// content store interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected