SetContext sets the context of the stream. This will be deleted once the stats handler callouts all move to gRPC layer.
(ctx context.Context)
| 121 | // SetContext sets the context of the stream. This will be deleted once the |
| 122 | // stats handler callouts all move to gRPC layer. |
| 123 | func (s *ServerStream) SetContext(ctx context.Context) { |
| 124 | s.ctx = ctx |
| 125 | } |
| 126 | |
| 127 | // ClientAdvertisedCompressors returns the compressor names advertised by the |
| 128 | // client via grpc-accept-encoding header. |
no outgoing calls
no test coverage detected