GetEnableLayerIntegrity checks if the enableLayerIntegrity flag is present in mount options
(m *Mount)
| 257 | |
| 258 | // GetEnableLayerIntegrity checks if the enableLayerIntegrity flag is present in mount options |
| 259 | func GetEnableLayerIntegrity(m *Mount) bool { |
| 260 | return slices.Contains(m.Options, EnableLayerIntegrityFlag) |
| 261 | } |
| 262 | |
| 263 | // GetAppendVHDFooter checks if the appendVHDFooter flag is present in mount options |
| 264 | func GetAppendVHDFooter(m *Mount) bool { |
no outgoing calls
no test coverage detected
searching dependent graphs…