MCPcopy
hub / github.com/containerd/containerd / cimDiff

Struct cimDiff

plugins/diff/windows/cimfs.go:98–100  ·  view source on GitHub ↗

cimDiff does filesystem comparison and application for CimFS specific layer diffs.

Source from the content-addressed store, hash-verified

96// cimDiff does filesystem comparison and application
97// for CimFS specific layer diffs.
98type cimDiff struct {
99 store content.Store
100}
101
102// NewCimDiff is the Windows cim container layer implementation
103// for comparing and applying filesystem layers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected