windowsLcowDiff does filesystem comparison and application for Windows specific Linux layer diffs.
| 79 | // windowsLcowDiff does filesystem comparison and application |
| 80 | // for Windows specific Linux layer diffs. |
| 81 | type windowsLcowDiff struct { |
| 82 | store content.Store |
| 83 | } |
| 84 | |
| 85 | var emptyDesc = ocispec.Descriptor{} |
| 86 |
nothing calls this directly
no outgoing calls
no test coverage detected