google.golang.org/grpc.csAttempt.finish (method)

4 uses

	google.golang.org/grpc (current package)
		stream.go#L343: 			newAttempt.finish(retErr)
		stream.go#L586: 		cs.attempt.finish(lastErr)
		stream.go#L827: 		cs.attempt.finish(err)
		stream.go#L955: func (a *csAttempt) finish(err error) {