()
| 49 | } |
| 50 | |
| 51 | func (s v1AlphaServerStreamAdapter) Recv() (*v1reflectionpb.ServerReflectionRequest, error) { |
| 52 | resp, err := s.ServerReflection_ServerReflectionInfoServer.Recv() |
| 53 | if err != nil { |
| 54 | return nil, err |
| 55 | } |
| 56 | return internal.V1AlphaToV1Request(resp), nil |
| 57 | } |
nothing calls this directly
no test coverage detected