func google.golang.org/grpc/internal/transport.ContextErr
6 uses
google.golang.org/grpc/internal/transport (current package)
http2_client.go#L839: return nil, &NewStreamError{Err: ContextErr(ctx.Err())}
http2_server.go#L954: return ContextErr(s.ctx.Err())
transport.go#L185: return 0, ContextErr(r.ctx.Err())
transport.go#L210: r.closeStream(ContextErr(r.ctx.Err()))
transport.go#L332: s.ct.CloseStream(s, ContextErr(s.ctx.Err()))
transport.go#L815: func ContextErr(err error) error {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)