MCPcopy Index your code
hub / github.com/containerd/containerd / Diff

Method Diff

api/services/diff/v1/diff_grpc.pb.go:33–33  ·  view source on GitHub ↗

Diff creates a diff between the given mounts and uploads the result to the content store.

(ctx context.Context, in *DiffRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

31 // Diff creates a diff between the given mounts and uploads the result
32 // to the content store.
33 Diff(ctx context.Context, in *DiffRequest, opts ...grpc.CallOption) (*DiffResponse, error)
34}
35
36type diffClient struct {

Callers 4

CompareMethod · 0.65
assertEqualInstancesFunction · 0.65
_Diff_Diff_HandlerFunction · 0.65
DiffMethod · 0.65

Implementers 6

servicecontrib/diffservice/service.go
diffClientapi/services/diff/v1/diff_grpc.pb.go
UnimplementedDiffServerapi/services/diff/v1/diff_grpc.pb.go
ttrpcdiffClientapi/services/diff/v1/diff_ttrpc.pb.go
serviceplugins/services/diff/service.go
localplugins/services/diff/local.go

Calls

no outgoing calls

Tested by 1

assertEqualInstancesFunction · 0.52