| 5622 | } |
| 5623 | |
| 5624 | type raftRaftMessageServer struct { |
| 5625 | grpc.ServerStream |
| 5626 | } |
| 5627 | |
| 5628 | func (x *raftRaftMessageServer) SendAndClose(m *api.Payload) error { |
| 5629 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected