func google.golang.org/grpc/internal/transport.ContextErr

8 uses

	google.golang.org/grpc/internal/transport (current package)
		client_stream.go#L96: 		s.Close(ContextErr(s.ctx.Err()))
		http2_client.go#L889: 			return nil, &NewStreamError{Err: ContextErr(ctx.Err())}
		http2_server.go#L1005: 	return ContextErr(s.ctx.Err())
		transport.go#L178: 		return 0, ContextErr(r.ctx.Err())
		transport.go#L187: 		return nil, ContextErr(r.ctx.Err())
		transport.go#L212: 		r.closeStream(ContextErr(r.ctx.Err()))
		transport.go#L239: 		r.closeStream(ContextErr(r.ctx.Err()))
		transport.go#L692: func ContextErr(err error) error {