NewFileSystemApplier returns an applier which simply mounts and applies diff onto the mounted filesystem.
(cs content.Provider)
| 36 | // NewFileSystemApplier returns an applier which simply mounts |
| 37 | // and applies diff onto the mounted filesystem. |
| 38 | func 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. |
searching dependent graphs…