(a)
| 139 | } |
| 140 | |
| 141 | const uuid22 = (a) => { |
| 142 | return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : ([1e7] + 1e3 + 4e3 + 8e5).replace(/[018]/g, uuid22); |
| 143 | }; |
| 144 | |
| 145 | /** |
| 146 | * Replaces socks connection uri hostname with IP address |
no outgoing calls
no test coverage detected