MCPcopy
hub / github.com/containerd/containerd / diffRemote

Struct diffRemote

core/diff/proxy/differ.go:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43type diffRemote struct {
44 client diffapi.DiffClient
45}
46
47func (r *diffRemote) Apply(ctx context.Context, desc ocispec.Descriptor, mounts []mount.Mount, opts ...diff.ApplyOpt) (ocispec.Descriptor, error) {
48 var config diff.ApplyConfig

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected