(max)
| 32 | var city0 = "高谭市"; |
| 33 | var isp0 = "Cross-GFW.org"; |
| 34 | function getRandomInt(max) { |
| 35 | return Math.floor(Math.random() * Math.floor(max)); |
| 36 | } |
| 37 | |
| 38 | function City_ValidCheck(para) { |
| 39 | if (para) { |
nothing calls this directly
no outgoing calls
no test coverage detected