| 31 | ) |
| 32 | |
| 33 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected