func()

in exponential/helpers/grpc/grpc.go [191:199]


func (t *Transformer) isGRPCPermanent(code codes.Code) bool {
	if grpcRetriable[code] {
		return false
	}
	if t.extras[code] {
		return false
	}
	return true
}