MCPcopy
hub / github.com/containerd/containerd / snapshotter

Struct snapshotter

plugins/snapshots/native/native.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type snapshotter struct {
34 root string
35 ms *storage.MetaStore
36}
37
38// NewSnapshotter returns a Snapshotter which copies layers on the underlying
39// file system. A metadata file is stored under the root.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected