google.golang.org/grpc.clientStream.newAttemptLocked (method)

3 uses

	google.golang.org/grpc (current package)
		stream.go#L283: 	if err := cs.newAttemptLocked(sh, trInfo); err != nil {
		stream.go#L331: func (cs *clientStream) newAttemptLocked(sh stats.Handler, trInfo *traceInfo) (retErr error) {
		stream.go#L592: 		if err := cs.newAttemptLocked(nil, nil); err != nil {