MCPcopy Index your code
hub / github.com/containerd/containerd / NewFileSystemApplier

Function NewFileSystemApplier

core/diff/apply/apply.go:38–40  ·  view source on GitHub ↗

NewFileSystemApplier returns an applier which simply mounts and applies diff onto the mounted filesystem.

(cs content.Provider)

Source from the content-addressed store, hash-verified

36// NewFileSystemApplier returns an applier which simply mounts
37// and applies diff onto the mounted filesystem.
38func NewFileSystemApplier(cs content.Provider) diff.Applier {
39 return NewFileSystemApplierWithMountManager(cs, nil)
40}
41
42// NewFileSystemApplierWithMountManager returns an applier which simply mounts and
43// applies diff onto the mounted filesystem.

Callers 1

FuzzDiffApplyFunction · 0.92

Tested by 1

FuzzDiffApplyFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…