MCPcopy
hub / github.com/containerd/containerd / windowsLcowDiff

Struct windowsLcowDiff

plugins/diff/lcow/lcow.go:81–83  ·  view source on GitHub ↗

windowsLcowDiff does filesystem comparison and application for Windows specific Linux layer diffs.

Source from the content-addressed store, hash-verified

79// windowsLcowDiff does filesystem comparison and application
80// for Windows specific Linux layer diffs.
81type windowsLcowDiff struct {
82 store content.Store
83}
84
85var emptyDesc = ocispec.Descriptor{}
86

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected