MCPcopy Create free account
hub / github.com/eth-easl/dirigent / RegisterDpiInterfaceServer

Function RegisterDpiInterfaceServer

api/proto/data_plane_interface_grpc.pb.go:122–124  ·  view source on GitHub ↗
(s grpc.ServiceRegistrar, srv DpiInterfaceServer)

Source from the content-addressed store, hash-verified

120}
121
122func RegisterDpiInterfaceServer(s grpc.ServiceRegistrar, srv DpiInterfaceServer) {
123 s.RegisterService(&DpiInterface_ServiceDesc, srv)
124}
125
126func _DpiInterface_AddDeployment_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
127 in := new(ServiceInfo)

Callers 1

mainFunction · 0.92

Calls 1

RegisterServiceMethod · 0.65

Tested by

no test coverage detected