| 185 | } |
| 186 | |
| 187 | type nodeMessageLoopServer struct { |
| 188 | grpc.ServerStream |
| 189 | } |
| 190 | |
| 191 | func (x *nodeMessageLoopServer) Send(m *ServerMsg) error { |
| 192 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected