| 211 | } |
| 212 | |
| 213 | type nodeLargeFileReceiveServer struct { |
| 214 | grpc.ServerStream |
| 215 | } |
| 216 | |
| 217 | func (x *nodeLargeFileReceiveServer) SendAndClose(m *FileUpResp) error { |
| 218 | return x.ServerStream.SendMsg(m) |
nothing calls this directly
no outgoing calls
no test coverage detected