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

Struct criGRPCServer

plugins/cri/cri.go:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180type criGRPCServer struct {
181 runtime.RuntimeServiceServer
182 runtime.ImageServiceServer
183 io.Closer
184 initializer
185}
186
187func (c *criGRPCServer) register(s *grpc.Server) error {
188 instrumented := instrument.NewService(c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected