MCPcopy
hub / github.com/containerd/containerd / NewDiffApplier

Function NewDiffApplier

core/diff/proxy/differ.go:37–41  ·  view source on GitHub ↗

NewDiffApplier returns a new comparer and applier which communicates over a GRPC connection.

(client diffapi.DiffClient)

Source from the content-addressed store, hash-verified

35// NewDiffApplier returns a new comparer and applier which communicates
36// over a GRPC connection.
37func NewDiffApplier(client diffapi.DiffClient) any {
38 return &diffRemote{
39 client: client,
40 }
41}
42
43type diffRemote struct {
44 client diffapi.DiffClient

Callers 1

NewDiffServiceFromClientFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…