func google.golang.org/grpc/internal/transport.ContextErr
8 uses
google.golang.org/grpc/internal/transport (current package)
client_stream.go#L134: s.Close(ContextErr(s.ctx.Err()))
http2_client.go#L912: return nil, &NewStreamError{Err: ContextErr(ctx.Err())}
http2_server.go#L1007: return ContextErr(s.ctx.Err())
transport.go#L185: return 0, ContextErr(r.ctx.Err())
transport.go#L194: return nil, ContextErr(r.ctx.Err())
transport.go#L219: r.clientStream.Close(ContextErr(r.ctx.Err()))
transport.go#L246: r.clientStream.Close(ContextErr(r.ctx.Err()))
transport.go#L768: func ContextErr(err error) error {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)