| 628 | } |
| 629 | |
| 630 | type upstreamUploadServer struct { |
| 631 | grpc.ServerStream |
| 632 | } |
| 633 | |
| 634 | func (x *upstreamUploadServer) SendAndClose(m *Empty) error { |
| 635 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected