MCPcopy
hub / github.com/containerd/containerd / tmpSnapshotter

Struct tmpSnapshotter

core/metadata/snapshot_test.go:263–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263type tmpSnapshotter struct {
264 l sync.Mutex
265 snapshots map[string]snapshots.Info
266 targets map[string][]string
267}
268
269func NewTmpSnapshotter() snapshots.Snapshotter {
270 return &tmpSnapshotter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected