MCPcopy
hub / github.com/containerd/containerd / walkingDiff

Struct walkingDiff

plugins/diff/walking/differ.go:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40)
41
42type walkingDiff struct {
43 store content.Store
44}
45
46var emptyDesc = ocispec.Descriptor{}
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected