MCPcopy
hub / github.com/containerd/containerd / containerStore

Struct containerStore

core/metadata/containers.go:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42)
43
44type containerStore struct {
45 db *DB
46}
47
48// NewContainerStore returns a Store backed by an underlying bolt DB
49func NewContainerStore(db *DB) containers.Store {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected