Context returns the wrapper's wrappedContext, overwriting the nested grpc.ServerStream.Context()
()
| 330 | // Context returns the wrapper's wrappedContext, |
| 331 | // overwriting the nested grpc.ServerStream.Context() |
| 332 | func (w *wrappedServerStream) Context() context.Context { |
| 333 | return w.wrappedContext |
| 334 | } |
| 335 | |
| 336 | // wrapServerStream returns a ServerStream that has |
| 337 | // the ability to overwrite context. |
no outgoing calls
no test coverage detected