(a?: any)
| 342 | } |
| 343 | |
| 344 | uuid22(a?: any) { |
| 345 | return a ? (a ^ Math.random() * 16 >> a / 4).toString(16) : (([1e7] as any) + 1e3 + 4e3 + 8e5).replace(/[018]/g, this.uuid22); |
| 346 | } |
| 347 | |
| 348 | getUrlProxy() { |
| 349 | if (this.urlProxy) { |
no outgoing calls
no test coverage detected