cimDiff does filesystem comparison and application for CimFS specific layer diffs.
| 96 | // cimDiff does filesystem comparison and application |
| 97 | // for CimFS specific layer diffs. |
| 98 | type cimDiff struct { |
| 99 | store content.Store |
| 100 | } |
| 101 | |
| 102 | // NewCimDiff is the Windows cim container layer implementation |
| 103 | // for comparing and applying filesystem layers |
nothing calls this directly
no outgoing calls
no test coverage detected