windowsDiff does filesystem comparison and application for Windows specific layer diffs.
| 75 | // windowsDiff does filesystem comparison and application |
| 76 | // for Windows specific layer diffs. |
| 77 | type windowsDiff struct { |
| 78 | store content.Store |
| 79 | } |
| 80 | |
| 81 | var emptyDesc = ocispec.Descriptor{} |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected