MCPcopy
hub / github.com/containerd/containerd / blockCIMDiff

Struct blockCIMDiff

plugins/diff/windows/cimfs.go:150–152  ·  view source on GitHub ↗

blockCIMDiff does filesystem comparison and application for blocked CIMs.

Source from the content-addressed store, hash-verified

148// blockCIMDiff does filesystem comparison and application
149// for blocked CIMs.
150type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected