| 441 | } |
| 442 | |
| 443 | type frontendProcessServer struct { |
| 444 | grpc.ServerStream |
| 445 | } |
| 446 | |
| 447 | func (x *frontendProcessServer) Send(m *FrontendToClient) error { |
| 448 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected