blockCIMDiff does filesystem comparison and application for blocked CIMs.
| 148 | // blockCIMDiff does filesystem comparison and application |
| 149 | // for blocked CIMs. |
| 150 | type blockCIMDiff struct { |
| 151 | store content.Store |
| 152 | } |
| 153 | |
| 154 | // NewBlockCimDiff is the Windows blocked cim container layer implementation for comparing |
| 155 | // and applying filesystem layers |
nothing calls this directly
no outgoing calls
no test coverage detected