Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/containerd/containerd
/ diffClient
Struct
diffClient
api/services/diff/v1/diff_grpc.pb.go:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
type
diffClient
struct
{
37
cc grpc.ClientConnInterface
38
}
39
40
func
NewDiffClient(cc grpc.ClientConnInterface) DiffClient {
41
return
&diffClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected